allow theme to be changed via gcd #2

Merged
erinn merged 1 commits from themeChange into master 2020-06-02 04:37:20 +00:00
1 changed files with 1 additions and 2 deletions

View File

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