mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Wrong default them name on initialization fixed
This commit is contained in:
parent
7ce4090da9
commit
8825e7978b
@ -776,7 +776,7 @@ QString loadStyleSheet()
|
||||
}
|
||||
else {
|
||||
cssName = QString(":/css/drkblue");
|
||||
settings.setValue("theme", ":/css/drkblue");
|
||||
settings.setValue("theme", "drkblue");
|
||||
}
|
||||
|
||||
QFile qFile(cssName);
|
||||
|
Loading…
Reference in New Issue
Block a user