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