Skip to content

Commit

Permalink
focus cool button on load for easier keyboard users
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Jan 5, 2025
1 parent 493897c commit e802a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,5 @@ const { welcomeMessage } = getSettings();
welcomeMessageCheckbox.checked = welcomeMessage;
if (getSettings().welcomeMessage) {
aboutDialog.showModal();
yesButton.focus();
}

0 comments on commit e802a62

Please sign in to comment.