mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
commit
24ad5ab2a6
|
@ -314,7 +314,7 @@ void TabWidget::setTabText(int index, const QString &text)
|
|||
void TabWidget::closeTab(int index)
|
||||
{
|
||||
if (count() == 1) {
|
||||
return;
|
||||
p_QupZilla->close();
|
||||
}
|
||||
if (index == -1) {
|
||||
index = currentIndex();
|
||||
|
|
Loading…
Reference in New Issue
Block a user