Skip to content

Commit

Permalink
Merge pull request #664 from sel10ut/bugfix/fix-minimize-setting
Browse files Browse the repository at this point in the history
Fix minimize to tray setting toggle
  • Loading branch information
jeffvli authored Jul 14, 2024
2 parents d27a656 + 582739a commit ed8e5e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const WindowSettings = () => {
control: (
<Switch
aria-label="Toggle minimize to tray"
defaultChecked={settings.exitToTray}
defaultChecked={settings.minimizeToTray}
disabled={!isElectron()}
onChange={(e) => {
if (!e) return;
Expand Down

0 comments on commit ed8e5e6

Please sign in to comment.