Skip to content

Commit

Permalink
Add setting store item for window style
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Dec 11, 2024
1 parent 6259083 commit 1a6a8c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ export type DesktopSettings = {
* in the yaml config.
*/
installState?: 'started' | 'installed' | 'upgraded';
/**
* Controls whether to use a custom window on linux/win32
* - `custom`: Modern, theme-reactive, feels like an integral part of the UI
* - `default`: Impersonal, static, plain - default window title bar
*/
windowStyle?: 'custom' | 'default';
};

0 comments on commit 1a6a8c7

Please sign in to comment.