homescreens/halcyon: Fix configure screen showing up in task switcher

This commit is contained in:
Devin Lin 2023-02-11 10:30:27 -08:00
parent f22b847009
commit 1823cff3f3

View file

@ -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 {