load aceattorney if there is no theme in the ini (#1037)

This commit is contained in:
stonedDiscord 2024-08-24 15:33:39 +02:00 committed by GitHub
parent da7cc77f1f
commit b7dd8984d7
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 QString Options::theme() const
{ {
return config.value("theme", "default").toString(); return config.value("theme", "AceAttorney").toString();
} }
void Options::setTheme(QString value) void Options::setTheme(QString value)