mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Merge pull request #251 from crowning-/v0.11.2.x
Wrong default theme name on initialization fixed
This commit is contained in:
commit
58b1ba2187
@ -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