mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
Add tray settings (#49)
This commit is contained in:
@@ -71,6 +71,8 @@ export interface SettingsState {
|
||||
songs: DataTableProps;
|
||||
};
|
||||
window: {
|
||||
exitToTray: boolean;
|
||||
minimizeToTray: boolean;
|
||||
windowBarStyle: Platform;
|
||||
};
|
||||
}
|
||||
@@ -243,6 +245,8 @@ export const useSettingsStore = create<SettingsSlice>()(
|
||||
},
|
||||
},
|
||||
window: {
|
||||
exitToTray: false,
|
||||
minimizeToTray: false,
|
||||
windowBarStyle: Platform.WEB,
|
||||
},
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user