mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 21:39:36 +02:00
Moved Themer to Settings. Added option to set default theme
This commit is contained in:
parent
426766225b
commit
e2285e2deb
20 changed files with 156 additions and 54 deletions
|
@ -35,3 +35,7 @@ export interface DockerSettingsForm {
|
|||
kubernetesApps: boolean;
|
||||
unpinStoppedApps: boolean;
|
||||
}
|
||||
|
||||
export interface ThemeSettingsForm {
|
||||
defaultTheme: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue