mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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() {
|
||||
plasmoid.action("configure").trigger();
|
||||
plasmoid.editMode = false;
|
||||
if (!MobileShellState.Shell.taskSwitcherVisible) {
|
||||
plasmoid.action("configure").trigger();
|
||||
plasmoid.editMode = false;
|
||||
}
|
||||
}
|
||||
|
||||
QQC2.SwipeView {
|
||||
|
|
|
|||
Loading…
Reference in a new issue