mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
fixup! Raise main window when starting another instance w/o params
This commit is contained in:
parent
5ca5441a48
commit
1090e87f3a
1 changed files with 1 additions and 1 deletions
|
@ -960,7 +960,7 @@ void MainWindow::processParams(const QStringList& params) {
|
|||
if (misc::isUrl(param)) {
|
||||
QBtSession::instance()->downloadFromUrl(param);
|
||||
}else{
|
||||
if(param.startsWith("qbt://show", Qt::CaseInsensitive)) {
|
||||
if(param.startsWith("qbt://show")) {
|
||||
if(ui_locked) {
|
||||
if(!unlockUI())
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue