mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Fix launching settings from top drawer
This commit is contained in:
parent
a9a8e5cc00
commit
d3e03c6ca5
1 changed files with 1 additions and 1 deletions
|
|
@ -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]();
|
||||
|
|
|
|||
Loading…
Reference in a new issue