diff --git a/theme/Theme.qml b/theme/Theme.qml index f3f7e23..e122e9e 100644 --- a/theme/Theme.qml +++ b/theme/Theme.qml @@ -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 }