Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TanukiPenny committed Jul 9, 2024
1 parent d07d6d1 commit c71822d
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 c71822d

Please sign in to comment.