change default theme variable back (#1036)

This commit is contained in:
in1tiate 2024-08-07 00:03:12 -05:00 committed by GitHub
parent 6a44e09f05
commit da7cc77f1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -319,7 +319,7 @@ public:
// Currently defined subtheme // Currently defined subtheme
QString 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. // The file name of the log file in base/logs.
QString log_filename; QString log_filename;