diff --git a/shell/currentcontainmentactionsmodel.cpp b/shell/currentcontainmentactionsmodel.cpp index 82671bb6c..5d7c08315 100644 --- a/shell/currentcontainmentactionsmodel.cpp +++ b/shell/currentcontainmentactionsmodel.cpp @@ -211,6 +211,8 @@ void CurrentContainmentActionsModel::showConfiguration(int row) pluginInstance->configurationAccepted(); }); + connect(pluginInstance, &QObject::destroyed, configDlg, &QDialog::reject); + configDlg->show(); }