mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
TabManager: Remove redundant condition
This commit is contained in:
parent
19bb93a4c5
commit
77cb017e1d
@ -473,13 +473,8 @@ void TabManagerWidget::processActions()
|
||||
continue;
|
||||
}
|
||||
|
||||
if (command == "closeSelection" || command == "unloadSelection") {
|
||||
selectedTabs.insertMulti(mainWindow, webTab);
|
||||
}
|
||||
else if (command == "detachSelection" || command == "bookmarkSelection") {
|
||||
selectedTabs.insertMulti(mainWindow, webTab);
|
||||
}
|
||||
}
|
||||
winItem->setCheckState(0, Qt::Unchecked);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user