|
|
|
|
@ -66,7 +66,7 @@ KWinTabBoxConfig::KWinTabBoxConfig(QObject *parent, const KPluginMetaData &data) |
|
|
|
|
tabWidget->addTab(m_primaryTabBoxUi, i18n("Main")); |
|
|
|
|
tabWidget->addTab(m_alternativeTabBoxUi, i18n("Alternative")); |
|
|
|
|
|
|
|
|
|
KNSWidgets::Button *ghnsButton = new KNSWidgets::Button(i18n("Get New Task Switchers..."), QStringLiteral("kwinswitcher.knsrc"), widget()); |
|
|
|
|
KNSWidgets::Button *ghnsButton = new KNSWidgets::Button(i18n("Get New Task Switchers…"), QStringLiteral("kwinswitcher.knsrc"), widget()); |
|
|
|
|
connect(ghnsButton, &KNSWidgets::Button::dialogFinished, this, [this](auto changedEntries) { |
|
|
|
|
if (!changedEntries.isEmpty()) { |
|
|
|
|
initLayoutLists(); |
|
|
|
|
|