We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedf260 commit 74e6532Copy full SHA for 74e6532
1 file changed
src/options.cpp
@@ -88,7 +88,7 @@ void Options::migrate()
88
89
QString Options::theme() const
90
{
91
- return config.value("theme", "AceAttorney").toString();
+ return config.value("theme", "AceAttorney2x").toString();
92
}
93
94
void Options::setTheme(QString value)
0 commit comments