mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -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();
|
raise();
|
||||||
}
|
}
|
||||||
else if (pref->startMinimized()) {
|
else if (pref->startMinimized()) {
|
||||||
if (pref->minimizeToTray())
|
|
||||||
create();
|
|
||||||
else
|
|
||||||
showMinimized();
|
showMinimized();
|
||||||
|
if (pref->minimizeToTray())
|
||||||
|
hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue