mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- qBittorrent is not exiting anymore when Main window is hidden and a dialog is closed (nasty long-standing bug...)
This commit is contained in:
@@ -149,6 +149,7 @@ int main(int argc, char *argv[]){
|
||||
}
|
||||
app.installTranslator(&translator);
|
||||
app.setApplicationName("qBittorrent");
|
||||
app.setQuitOnLastWindowClosed(false);
|
||||
// Read torrents given on command line
|
||||
QStringList torrentCmdLine = app.arguments();
|
||||
// Remove first argument (program name)
|
||||
|
||||
Reference in New Issue
Block a user