mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 06:14:45 +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() {
|
function openConfigure() {
|
||||||
plasmoid.action("configure").trigger();
|
Plasmoid.internalAction("configure").trigger();
|
||||||
plasmoid.editMode = false;
|
Plasmoid.editMode = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
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.components 3.0 as PlasmaComponents3
|
||||||
import org.kde.plasma.core as PlasmaCore
|
import org.kde.plasma.core as PlasmaCore
|
||||||
import org.kde.plasma.configuration 2.0
|
import org.kde.plasma.configuration 2.0
|
||||||
|
import org.kde.ksvg 1.0 as KSvg
|
||||||
|
|
||||||
AppletConfiguration {
|
AppletConfiguration {
|
||||||
id: root
|
id: root
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue