mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +00:00
Fix launching settings modules
This commit is contained in:
parent
fae8ac9969
commit
a9fab248d3
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ ColumnLayout {
|
||||||
icon.Kirigami.ScenePosition.y + icon.height/2,
|
icon.Kirigami.ScenePosition.y + icon.height/2,
|
||||||
Math.min(icon.width, icon.height))
|
Math.min(icon.width, icon.height))
|
||||||
closeRequested();
|
closeRequested();
|
||||||
|
plasmoid.nativeInterface.executeCommand(model.settingsCommand);
|
||||||
} else if (model.toggleFunction) {
|
} else if (model.toggleFunction) {
|
||||||
root[model.toggleFunction]();
|
root[model.toggleFunction]();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue