Skip to content

Commit 2e3c37e

Browse files
wjyrichdeepin-bot[bot]
authored andcommitted
fix: when fullscreen, click dock, launchpad will not close.
as title. Logs:
1 parent 4cc473c commit 2e3c37e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

shell-launcher-applet/package/launcheritem.qml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ AppletItem {
3131
{
3232
updateLaunchpadPos()
3333
}
34+
function onViewDeactivated() {
35+
if (LauncherController.currentFrame === "FullscreenFrame" && LauncherController.visible) {
36+
LauncherController.hideWithTimer()
37+
}
38+
}
3439
}
3540

3641
property point itemPos: Qt.point(0, 0)

0 commit comments

Comments
 (0)