From c018b91a5a61a4ac43666db2d6cfc5bd6fe8d477 Mon Sep 17 00:00:00 2001 From: Auxy6858 <71662994+Auxy6858@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:49:21 +0100 Subject: [PATCH] Update config_window.hpp --- include/panda_qt/config_window.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +};