diff --git a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDelegate.qml b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDelegate.qml index 8f77a99d..ef5cf6ca 100644 --- a/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDelegate.qml +++ b/components/mobileshell/qml/actiondrawer/quicksettings/QuickSettingsDelegate.qml @@ -51,7 +51,6 @@ Components.BaseItem { iconItem.Kirigami.ScenePosition.y + iconItem.height/2, Math.min(iconItem.width, iconItem.height)) MobileShell.ShellUtil.executeCommand(root.settingsCommand); - root.closeRequested(); } }