Skip to content

Commit

Permalink
feat: set fullscreen window scope name
Browse files Browse the repository at this point in the history
treeland need this

Log:
  • Loading branch information
justforlxz committed Aug 8, 2024
1 parent 819e818 commit ac4f25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit ac4f25d

Please sign in to comment.