actiondrawer: Fix non-existent function call

This commit is contained in:
Devin Lin 2021-12-27 19:59:25 -05:00
parent 6e658fee1a
commit 516c690038

View file

@ -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();
}
}