i'm annoyed i have to make a merge request for this (#1049)

This commit is contained in:
in1tiate 2024-09-08 04:03:06 -05:00 committed by GitHub
parent fedf26075a
commit 74e65324ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ void Options::migrate()
QString Options::theme() const
{
return config.value("theme", "AceAttorney").toString();
return config.value("theme", "AceAttorney2x").toString();
}
void Options::setTheme(QString value)