mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- No longer force plastiqueStyle as a default (closes #312333)
This commit is contained in:
@@ -85,8 +85,8 @@ void useStyle(QApplication *app, int style){
|
|||||||
app->setStyle(new QWindowsXPStyle());
|
app->setStyle(new QWindowsXPStyle());
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
default:
|
/*default:
|
||||||
app->setStyle(new QPlastiqueStyle());
|
app->setStyle(new QPlastiqueStyle());*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user