change the string (#1030)

This commit is contained in:
stonedDiscord 2024-08-02 20:43:27 +02:00 committed by GitHub
parent 0e45f3c0ee
commit f0c594aed8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;