mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 01:07:33 +00:00
homescreens/halcyon: Fix configure screen showing up in task switcher
This commit is contained in:
parent
f22b847009
commit
1823cff3f3
1 changed files with 4 additions and 2 deletions
|
|
@ -37,8 +37,10 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
function openConfigure() {
|
function openConfigure() {
|
||||||
plasmoid.action("configure").trigger();
|
if (!MobileShellState.Shell.taskSwitcherVisible) {
|
||||||
plasmoid.editMode = false;
|
plasmoid.action("configure").trigger();
|
||||||
|
plasmoid.editMode = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QQC2.SwipeView {
|
QQC2.SwipeView {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue