mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:59:14 +12:00
Jelly + ice cream theme (#486)
* Update config_window.cpp * Update config_window.hpp * Rename theme to Cream * Rename theme to cream harder --------- Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com>
This commit is contained in:
parent
3b9490e633
commit
35b15fdd48
2 changed files with 26 additions and 2 deletions
|
@ -16,6 +16,7 @@ class ConfigWindow : public QDialog {
|
|||
Light = 1,
|
||||
Dark = 2,
|
||||
GreetingsCat = 3,
|
||||
Cream = 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