diff options
| author | stonedDiscord <Tukz@gmx.de> | 2024-08-02 20:43:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-02 20:43:27 +0200 |
| commit | f0c594aed85021b5ec58fc64aec439ba4a7f88c2 (patch) | |
| tree | 0b5cc0a5765370bcc223a80ee15e9ae5715f5920 /src/aoapplication.h | |
| parent | 0e45f3c0ee556d4dee3bc81a577e4998232f491a (diff) | |
change the string (#1030)
Diffstat (limited to 'src/aoapplication.h')
| -rw-r--r-- | src/aoapplication.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h index e9477e0c..9d9d8221 100644 --- a/src/aoapplication.h +++ b/src/aoapplication.h @@ -319,8 +319,7 @@ public: // Currently defined subtheme QString subtheme; - // Default is always default. - const QString default_theme = "default"; + const QString default_theme = "AceAttorney"; // The file name of the log file in base/logs. QString log_filename; |
