updated css for dragonx theme and added as option to settings menu
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user