mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Fix index positions in preferences
This commit is contained in:
parent
54e1bfeffa
commit
7b8786ae90
|
@ -474,8 +474,8 @@ void Preferences::showStackedPage(QListWidgetItem* item)
|
||||||
ui->caption->setText("<b>" + item->text() + "</b>");
|
ui->caption->setText("<b>" + item->text() + "</b>");
|
||||||
ui->stackedWidget->setCurrentIndex(index);
|
ui->stackedWidget->setCurrentIndex(index);
|
||||||
|
|
||||||
setNotificationPreviewVisible(index == 8);
|
setNotificationPreviewVisible(index == 9);
|
||||||
if (index == 9) {
|
if (index == 10) {
|
||||||
m_pluginsList->load();
|
m_pluginsList->load();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user