Rename theme to Cream

This commit is contained in:
wheremyfoodat 2024-04-02 01:06:18 +03:00 committed by GitHub
parent c018b91a5a
commit a3099ff6e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ class ConfigWindow : public QDialog {
Light = 1,
Dark = 2,
GreetingsCat = 3,
IceCreamAndJelly = 4,
Cream = 4,
};
Theme currentTheme;