Merge branch 'development' into navidrome-version

This commit is contained in:
Jeff
2024-03-04 01:49:13 -08:00
committed by GitHub
32 changed files with 531 additions and 345 deletions
+2
View File
@@ -267,6 +267,7 @@ export interface SettingsState {
disableAutoUpdate: boolean;
exitToTray: boolean;
minimizeToTray: boolean;
startMinimized: boolean;
windowBarStyle: Platform;
};
}
@@ -575,6 +576,7 @@ const initialState: SettingsState = {
disableAutoUpdate: false,
exitToTray: false,
minimizeToTray: false,
startMinimized: false,
windowBarStyle: platformDefaultWindowBarStyle,
},
};