Merge pull request 'allow theme to be changed via gcd' (#2) from themeChange into master

This commit is contained in:
erinn 2020-06-01 21:37:19 -07:00
commit 33753ae521
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
}