mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Use unified title and toolbar on Mac
This commit is contained in:
parent
0beb9fff73
commit
7ab206ebac
1 changed files with 4 additions and 0 deletions
|
@ -210,6 +210,10 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), dis
|
|||
status_bar = new StatusBar(QMainWindow::statusBar(), BTSession);
|
||||
connect(actionUse_alternative_speed_limits, SIGNAL(triggered()), status_bar, SLOT(toggleAlternativeSpeeds()));
|
||||
|
||||
#ifdef Q_WS_MAC
|
||||
setUnifiedTitleAndToolBarOnMac(true);
|
||||
#endif
|
||||
|
||||
show();
|
||||
|
||||
// Load Window state and sizes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue