diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-08-24 15:33:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-24 15:33:39 +0200 |
| commit | b7dd8984d75517654dff51465b756b06641a28ec (patch) | |
| tree | e48a36be4c64f2e68dc3440d3f5228ea6f656597 /src | |
| parent | da7cc77f1f29c3bb1259e63619c3d0af06a2b41c (diff) | |
load aceattorney if there is no theme in the ini (#1037)
Diffstat (limited to 'src')
| -rw-r--r-- | src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.cpp b/src/options.cpp index 3af8b5d7..5c53a5d7 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -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) |
