Skip to content

Commit

Permalink
feat: 为dde-shell提供隐藏自身的插件接口
Browse files Browse the repository at this point in the history
存在打断dde-shell调整dock高度动作的问题

Issue: linuxdeepin/developer-center#7943
Log: 为dde-shell提供隐藏自身的插件接口
  • Loading branch information
ArchieMeng committed Apr 22, 2024
1 parent 9370172 commit fb5791e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dde-shell-wrapper/package/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ ContainmentItem {
Main {
windowedPos: root.windowedPos
}

function hide() {
LauncherController.visible = false
}
}
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Build-Depends:
# v-- provides DHiDPIHelper
libdtk6gui-dev,
libdtk6declarative-dev,
libdde-shell-dev,
libdde-shell-dev (> 0.0.9),
libappstreamqt-dev
Standards-Version: 4.6.0
Rules-Requires-Root: no
Expand Down

0 comments on commit fb5791e

Please sign in to comment.