From e81ecc78298f9062eefefd958ed7629a984494bb Mon Sep 17 00:00:00 2001 From: Zhang Dingyuan Date: Thu, 8 Aug 2024 15:16:01 +0800 Subject: [PATCH] feat: set fullscreen window scope name treeland need this Log: --- qml/Main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/Main.qml b/qml/Main.qml index 4ae9f5ee..6ea4413d 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -292,6 +292,7 @@ QtObject { DLayerShellWindow.anchors: DLayerShellWindow.AnchorBottom | DLayerShellWindow.AnchorTop | DLayerShellWindow.AnchorLeft | DLayerShellWindow.AnchorRight DLayerShellWindow.layer: DLayerShellWindow.LayerTop DLayerShellWindow.keyboardInteractivity: DLayerShellWindow.KeyboardInteractivityOnDemand + DLayerShellWindow.scope: "dde-shell/launchpad" // visibility: Window.FullScreen flags: {