mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
Enable dynamic CSS temporarily for debugging
This commit is contained in:
parent
88cd80d987
commit
cf7e9886f5
@ -788,7 +788,8 @@ QString loadStyleSheet()
|
||||
settings.setValue("theme", "drkblue");
|
||||
}
|
||||
|
||||
QFile qFile(cssName);
|
||||
// QFile qFile(cssName);
|
||||
QFile qFile("drkblue.css");
|
||||
if (qFile.open(QFile::ReadOnly)) {
|
||||
styleSheet = QLatin1String(qFile.readAll());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user