From 516c6900383ebbf95f12b04239411b150b71c015 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Mon, 27 Dec 2021 19:59:25 -0500 Subject: [PATCH] actiondrawer: Fix non-existent function call --- .../qml/actiondrawer/quicksettings/QuickSettingsDelegate.qml | 1 - 1 file changed, 1 deletion(-) 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(); } }