From d3e03c6ca514a9427ec2651f1c517a4e2362f42c Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 15 Nov 2020 16:01:10 +0100 Subject: [PATCH] Fix launching settings from top drawer --- .../panel/package/contents/ui/quicksettings/Delegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/panel/package/contents/ui/quicksettings/Delegate.qml b/containments/panel/package/contents/ui/quicksettings/Delegate.qml index 79cdc59d..820dde55 100644 --- a/containments/panel/package/contents/ui/quicksettings/Delegate.qml +++ b/containments/panel/package/contents/ui/quicksettings/Delegate.qml @@ -134,7 +134,7 @@ ColumnLayout { icon.Kirigami.ScenePosition.x + icon.width/2, icon.Kirigami.ScenePosition.y + icon.height/2, Math.min(icon.width, icon.height)) - //plasmoid.nativeInterface.executeCommand(model.settingsCommand); + plasmoid.nativeInterface.executeCommand(model.settingsCommand); closeRequested(); } else if (model.toggleFunction) { root[model.toggleFunction]();