mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 13:28:50 +03:00
- No longer force plastiqueStyle as a default (closes #312333)
This commit is contained in:
parent
a0b4e54410
commit
ec24fe2f49
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ void useStyle(QApplication *app, int style){
|
|||
app->setStyle(new QWindowsXPStyle());
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
app->setStyle(new QPlastiqueStyle());
|
||||
/*default:
|
||||
app->setStyle(new QPlastiqueStyle());*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue