mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +00:00
homescreens/halcyon: Fix focus child connection
This commit is contained in:
parent
65129fe27d
commit
bd8de03230
1 changed files with 6 additions and 6 deletions
|
|
@ -43,9 +43,9 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: MobileShellState.HomeScreenControls
|
target: WindowPlugin.WindowUtil
|
||||||
|
|
||||||
function onHomeScreenVisibleChanged(){
|
function onAllWindowsMinimizedChanged(){
|
||||||
if (WindowPlugin.WindowUtil.allWindowsMinimized) {
|
if (WindowPlugin.WindowUtil.allWindowsMinimized) {
|
||||||
swipeView.focusChild();
|
swipeView.focusChild();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue