mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
make closeRequested work
This commit is contained in:
parent
b10d1ef5c6
commit
8848017279
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ ColumnLayout {
|
||||||
root[model.toggleFunction]();
|
root[model.toggleFunction]();
|
||||||
} else if (model.settingsCommand) {
|
} else if (model.settingsCommand) {
|
||||||
plasmoid.nativeInterface.executeCommand(model.settingsCommand);
|
plasmoid.nativeInterface.executeCommand(model.settingsCommand);
|
||||||
|
root.closeRequested();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue