diff --git a/containments/panel/package/contents/ui/quicksettings/Delegate.qml b/containments/panel/package/contents/ui/quicksettings/Delegate.qml index bce87098..79cdc59d 100644 --- a/containments/panel/package/contents/ui/quicksettings/Delegate.qml +++ b/containments/panel/package/contents/ui/quicksettings/Delegate.qml @@ -87,6 +87,7 @@ ColumnLayout { icon.Kirigami.ScenePosition.y + icon.height/2, Math.min(icon.width, icon.height)) closeRequested(); + plasmoid.nativeInterface.executeCommand(model.settingsCommand); } else if (model.toggleFunction) { root[model.toggleFunction](); }