mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Fix Properties bar size when started minimized to tray. Closes #3206.
This commit is contained in:
@@ -307,10 +307,9 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
raise();
|
||||
}
|
||||
else if (pref->startMinimized()) {
|
||||
if (pref->minimizeToTray())
|
||||
create();
|
||||
else
|
||||
showMinimized();
|
||||
if (pref->minimizeToTray())
|
||||
hide();
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user