From f0c594aed85021b5ec58fc64aec439ba4a7f88c2 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Fri, 2 Aug 2024 20:43:27 +0200 Subject: [PATCH] change the string (#1030) --- src/aoapplication.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/aoapplication.h b/src/aoapplication.h index e9477e0..9d9d822 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;