Skip to content

Commit 74e6532

Browse files
authored
i'm annoyed i have to make a merge request for this (#1049)
1 parent fedf260 commit 74e6532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void Options::migrate()
8888

8989
QString Options::theme() const
9090
{
91-
return config.value("theme", "AceAttorney").toString();
91+
return config.value("theme", "AceAttorney2x").toString();
9292
}
9393

9494
void Options::setTheme(QString value)

0 commit comments

Comments
 (0)