Compare commits

..

No commits in common. "33753ae521af7ddd0f1d797bc3e653c4866641a4" and "e1edc241667d4f07913a4c9a699f5dfa3e60b4f7" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

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