mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:59:14 +12:00
Update config_window.hpp
This commit is contained in:
parent
7ff8a5c9cd
commit
c018b91a5a
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ class ConfigWindow : public QDialog {
|
|||
Light = 1,
|
||||
Dark = 2,
|
||||
GreetingsCat = 3,
|
||||
IceCreamAndJelly = 4,
|
||||
};
|
||||
|
||||
Theme currentTheme;
|
||||
|
@ -26,4 +27,4 @@ class ConfigWindow : public QDialog {
|
|||
public:
|
||||
ConfigWindow(QWidget* parent = nullptr);
|
||||
~ConfigWindow();
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue