aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-08-02 20:43:27 +0200
committerGitHub <noreply@github.com>2024-08-02 20:43:27 +0200
commitf0c594aed85021b5ec58fc64aec439ba4a7f88c2 (patch)
tree0b5cc0a5765370bcc223a80ee15e9ae5715f5920
parent0e45f3c0ee556d4dee3bc81a577e4998232f491a (diff)
change the string (#1030)
-rw-r--r--src/aoapplication.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h
index e9477e0c..9d9d8221 100644
--- a/src/aoapplication.h
+++ b/src/aoapplication.h
@@ -319,8 +319,7 @@ public:
// Currently defined subtheme
QString subtheme;
- // Default is always default.
- const QString default_theme = "default";
+ const QString default_theme = "AceAttorney";
// The file name of the log file in base/logs.
QString log_filename;