diff --git a/containments/panel/package/contents/ui/quicksettings/Delegate.qml b/containments/panel/package/contents/ui/quicksettings/Delegate.qml index c1363c5d..83cf77a4 100644 --- a/containments/panel/package/contents/ui/quicksettings/Delegate.qml +++ b/containments/panel/package/contents/ui/quicksettings/Delegate.qml @@ -55,6 +55,7 @@ ColumnLayout { root[model.toggleFunction](); } else if (model.settingsCommand) { plasmoid.nativeInterface.executeCommand(model.settingsCommand); + root.closeRequested(); } } }