mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Fix Properties bar size when started minimized to tray. Closes #3206.
This commit is contained in:
parent
2e0c3f8751
commit
6dd3795b7a
1 changed files with 2 additions and 3 deletions
|
@ -307,10 +307,9 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
raise();
|
||||
}
|
||||
else if (pref->startMinimized()) {
|
||||
showMinimized();
|
||||
if (pref->minimizeToTray())
|
||||
create();
|
||||
else
|
||||
showMinimized();
|
||||
hide();
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue