Minimize all windows on home button press

The home button was a no-op in convergence mode when windows were
visible. Call WindowUtil.minimizeAll() so the home button acts as
show-desktop, preserving the mobile path that also resets homescreen
state before minimizing.
This commit is contained in:
Marco Allegretti 2026-04-08 19:07:47 +02:00
parent 5dfae0c45c
commit 7889e07815

View file

@ -80,6 +80,9 @@ ContainmentItem {
folio.HomeScreenState.closeAppDrawer();
folio.HomeScreenState.goToPage(0, false);
WindowPlugin.WindowUtil.minimizeAll();
} else {
// In convergence mode, toggle "show desktop" (minimize all to reveal homescreen)
WindowPlugin.WindowUtil.minimizeAll();
}