mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Fix shutdownconfirm position
This commit is contained in:
parent
fb9ebce9c6
commit
6f6fe626a1
3 changed files with 8 additions and 7 deletions
|
@ -366,7 +366,7 @@ void Application::allTorrentsFinished()
|
|||
// do nothing & skip confirm
|
||||
}
|
||||
else {
|
||||
if (!ShutdownConfirmDlg::askForConfirmation(action)) return;
|
||||
if (!ShutdownConfirmDlg::askForConfirmation(m_window, action)) return;
|
||||
}
|
||||
#endif // DISABLE_GUI
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue