Update config_window.hpp

This commit is contained in:
Auxy6858 2024-04-01 22:49:21 +01:00 committed by GitHub
parent 7ff8a5c9cd
commit c018b91a5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ class ConfigWindow : public QDialog {
Light = 1, Light = 1,
Dark = 2, Dark = 2,
GreetingsCat = 3, GreetingsCat = 3,
IceCreamAndJelly = 4,
}; };
Theme currentTheme; Theme currentTheme;
@ -26,4 +27,4 @@ class ConfigWindow : public QDialog {
public: public:
ConfigWindow(QWidget* parent = nullptr); ConfigWindow(QWidget* parent = nullptr);
~ConfigWindow(); ~ConfigWindow();
}; };