From da7cc77f1f29c3bb1259e63619c3d0af06a2b41c Mon Sep 17 00:00:00 2001 From: in1tiate <32779090+in1tiate@users.noreply.github.com> Date: Wed, 7 Aug 2024 00:03:12 -0500 Subject: [PATCH] change default theme variable back (#1036) --- src/aoapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aoapplication.h b/src/aoapplication.h index 9d9d822..6022ca1 100644 --- a/src/aoapplication.h +++ b/src/aoapplication.h @@ -319,7 +319,7 @@ public: // Currently defined subtheme QString subtheme; - const QString default_theme = "AceAttorney"; + const QString default_theme = "default"; // don't change this!!! don't do it!!! // The file name of the log file in base/logs. QString log_filename;