set default theme to dark
This commit is contained in:
@@ -230,7 +230,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", false).toString();
|
||||
return QSettings().value("options/theme_name", "dark").toString();
|
||||
}
|
||||
|
||||
void Settings::set_theme_name(QString theme_name) {
|
||||
|
||||
Reference in New Issue
Block a user