change default theme variable back (#1036)
This commit is contained in:
parent
6a44e09f05
commit
da7cc77f1f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user