mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
actiondrawer: Fix non-existent function call
This commit is contained in:
parent
6e658fee1a
commit
516c690038
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ Components.BaseItem {
|
||||||
iconItem.Kirigami.ScenePosition.y + iconItem.height/2,
|
iconItem.Kirigami.ScenePosition.y + iconItem.height/2,
|
||||||
Math.min(iconItem.width, iconItem.height))
|
Math.min(iconItem.width, iconItem.height))
|
||||||
MobileShell.ShellUtil.executeCommand(root.settingsCommand);
|
MobileShell.ShellUtil.executeCommand(root.settingsCommand);
|
||||||
root.closeRequested();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue