mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreen: Fix opening configuration dialog
This commit is contained in:
parent
203f21d97d
commit
cf333bb784
2 changed files with 3 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ Item {
|
|||
}
|
||||
|
||||
function openConfigure() {
|
||||
plasmoid.action("configure").trigger();
|
||||
plasmoid.editMode = false;
|
||||
Plasmoid.internalAction("configure").trigger();
|
||||
Plasmoid.editMode = false;
|
||||
}
|
||||
|
||||
Connections {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ import org.kde.kirigami 2.20 as Kirigami
|
|||
import org.kde.plasma.components 3.0 as PlasmaComponents3
|
||||
import org.kde.plasma.core as PlasmaCore
|
||||
import org.kde.plasma.configuration 2.0
|
||||
import org.kde.ksvg 1.0 as KSvg
|
||||
|
||||
AppletConfiguration {
|
||||
id: root
|
||||
|
|
|
|||
Loading…
Reference in a new issue