mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreen: Fix initial zoom state
This code seemed to depend on the task switcher state changing for having the initial state being correct. https://invent.kde.org/plasma/plasma-mobile/-/merge_requests/800 exposed this since the signal no longer gets emitted at the beginning.
This commit is contained in:
parent
689f28a6ea
commit
f6b6c51921
1 changed files with 5 additions and 0 deletions
|
|
@ -103,6 +103,11 @@ Item {
|
||||||
itemContainer.zoomIn();
|
itemContainer.zoomIn();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Component.onCompleted: {
|
||||||
|
// Set initial item container state
|
||||||
|
onIsTaskSwitcherVisibleChanged();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//END API implementation
|
//END API implementation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue