mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-13 05:41:17 +00:00
Fix Properties bar size when started minimized to tray. Closes #3206.
This commit is contained in:
parent
2e0c3f8751
commit
6dd3795b7a
@ -307,10 +307,9 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
raise();
|
||||
}
|
||||
else if (pref->startMinimized()) {
|
||||
showMinimized();
|
||||
if (pref->minimizeToTray())
|
||||
create();
|
||||
else
|
||||
showMinimized();
|
||||
hide();
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user