Skip to content

Commit

Permalink
load aceattorney if there is no theme in the ini (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Aug 24, 2024
1 parent da7cc77 commit b7dd898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void Options::migrate()

QString Options::theme() const
{
return config.value("theme", "default").toString();
return config.value("theme", "AceAttorney").toString();
}

void Options::setTheme(QString value)
Expand Down

0 comments on commit b7dd898

Please sign in to comment.