mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-21 19:30:26 +08:00
Merge pull request #629 from flylai/patch-1
After using flatwhite/psblack, switch back to breeze, bgcolor can't restored to original color
This commit is contained in:
commit
3df198e8a3
2
3rdparty/uistyles
vendored
2
3rdparty/uistyles
vendored
@ -1 +1 @@
|
||||
Subproject commit 9417ac243e55b0c1171a6042de58cebab812b6cb
|
||||
Subproject commit e313c5dbbe6fa1008c293492ef40797f718a4817
|
@ -59,8 +59,6 @@ namespace Qv2ray::ui::styles
|
||||
qApp->processEvents();
|
||||
//
|
||||
const auto content = StringFromFile(s.qssPath);
|
||||
QString paletteColor = content.mid(20, 7);
|
||||
qApp->setPalette(QPalette(QColor(paletteColor)));
|
||||
qApp->setStyleSheet(content);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user