Skip to content

Commit

Permalink
i'm annoyed i have to make a merge request for this (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
in1tiate authored Sep 8, 2024
1 parent fedf260 commit 74e6532
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", "AceAttorney").toString();
return config.value("theme", "AceAttorney2x").toString();
}

void Options::setTheme(QString value)
Expand Down

0 comments on commit 74e6532

Please sign in to comment.