Compare commits

...

2 Commits

1 changed files with 1 additions and 2 deletions

View File

@ -58,6 +58,5 @@ Item {
property ThemeType dark: CwtchDark{} property ThemeType dark: CwtchDark{}
property ThemeType light: CwtchLight{} property ThemeType light: CwtchLight{}
property ThemeType theme: dark property ThemeType theme: gcd.theme == "dark" ? dark : light
} }