Skip to content

Commit

Permalink
Merge branch 'master' into forward-and-back
Browse files Browse the repository at this point in the history
  • Loading branch information
TanukiPenny committed Jul 9, 2024
2 parents d95e740 + c71822d commit 0da6e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Tray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function init(app: Electron.App, client: import('discord-rpc').Clie
click: (menuItem) => Config.set(app, 'only_show_if_playing', menuItem.checked)
},
{
label: 'Don\'t close to try', type: 'checkbox', checked: Config.get(app, 'dont_close_to_tray'),
label: 'Don\'t close to tray', type: 'checkbox', checked: Config.get(app, 'dont_close_to_tray'),
click: (menuItem) => Config.set(app, 'dont_close_to_tray', menuItem.checked)
},
{
Expand Down

0 comments on commit 0da6e2a

Please sign in to comment.