Merge pull request #664 from sel10ut/bugfix/fix-minimize-setting
Fix minimize to tray setting toggle
This commit is contained in:
commit
ed8e5e69ba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue