From a9fab248d3a53644cd94e767968637de27955503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Fri, 6 Nov 2020 09:01:32 +0100 Subject: [PATCH] Fix launching settings modules --- .../panel/package/contents/ui/quicksettings/Delegate.qml | 1 + 1 file changed, 1 insertion(+) 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](); }