mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-08 13:33:11 +08:00
Moved Themer to Settings. Added option to set default theme
This commit is contained in:
@@ -25,4 +25,5 @@ export interface Config {
|
||||
daySchema: string;
|
||||
monthSchema: string;
|
||||
showTime: boolean;
|
||||
defaultTheme: string;
|
||||
}
|
||||
|
||||
@@ -35,3 +35,7 @@ export interface DockerSettingsForm {
|
||||
kubernetesApps: boolean;
|
||||
unpinStoppedApps: boolean;
|
||||
}
|
||||
|
||||
export interface ThemeSettingsForm {
|
||||
defaultTheme: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user