aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorin1tiate <32779090+in1tiate@users.noreply.github.com>2024-08-07 00:03:12 -0500
committerGitHub <noreply@github.com>2024-08-07 07:03:12 +0200
commitda7cc77f1f29c3bb1259e63619c3d0af06a2b41c (patch)
treeb792f273b0b75b20a41f19554b90d5c27c0e76ce
parent6a44e09f058cb1211406507df37508fcf1a7e126 (diff)
change default theme variable back (#1036)
-rw-r--r--src/aoapplication.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h
index 9d9d8221..6022ca1d 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;