diff --git a/include/panda_qt/config_window.hpp b/include/panda_qt/config_window.hpp index e91936c4..6cef381c 100644 --- a/include/panda_qt/config_window.hpp +++ b/include/panda_qt/config_window.hpp @@ -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(); -}; \ No newline at end of file +};