updated css for dragonx theme and added as option to settings menu

This commit is contained in:
dan_s
2024-05-08 23:21:51 -05:00
parent 573fba9ba0
commit 0865358171
14 changed files with 521 additions and 96 deletions

View File

@@ -277,7 +277,7 @@ void Settings::set_currency_name(QString currency_name) {
QString Settings::get_theme_name() {
// Load from the QT Settings.
return QSettings().value("options/theme_name", "Dark").toString();
return QSettings().value("options/theme_name", "dragonx").toString();
}
void Settings::set_theme_name(QString theme_name) {