allow theme to be changed via gcd

This commit is contained in:
Dan Ballard 2020-05-28 17:42:01 -07:00
parent e1edc24166
commit 9aa304e3e7
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
}