From a3099ff6e228e22c0ba4454cf727e523e4aed321 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Tue, 2 Apr 2024 01:06:18 +0300 Subject: [PATCH] Rename theme to Cream --- include/panda_qt/config_window.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/panda_qt/config_window.hpp b/include/panda_qt/config_window.hpp index 6cef381c..4a523879 100644 --- a/include/panda_qt/config_window.hpp +++ b/include/panda_qt/config_window.hpp @@ -16,7 +16,7 @@ class ConfigWindow : public QDialog { Light = 1, Dark = 2, GreetingsCat = 3, - IceCreamAndJelly = 4, + Cream = 4, }; Theme currentTheme;