mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
enable disabling tray
This commit is contained in:
parent
74aa88e082
commit
1b41a5a674
4 changed files with 55 additions and 5 deletions
|
|
@ -313,6 +313,7 @@ export interface SettingsState {
|
|||
exitToTray: boolean;
|
||||
minimizeToTray: boolean;
|
||||
startMinimized: boolean;
|
||||
tray: boolean;
|
||||
windowBarStyle: Platform;
|
||||
};
|
||||
}
|
||||
|
|
@ -647,6 +648,7 @@ const initialState: SettingsState = {
|
|||
exitToTray: false,
|
||||
minimizeToTray: false,
|
||||
startMinimized: false,
|
||||
tray: true,
|
||||
windowBarStyle: platformDefaultWindowBarStyle,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue