Skip to content

Commit

Permalink
Revert "feat: 调整dock高度时隐藏launchpad"
Browse files Browse the repository at this point in the history
This reverts commit 3271bda.

Issue:
linuxdeepin/developer-center#7943
linuxdeepin/developer-center#8514
linuxdeepin/developer-center#10268
Log: Revert "feat: 调整dock高度时隐藏launchpad"
  • Loading branch information
ArchieMeng authored and deepin-bot[bot] committed Aug 8, 2024
1 parent 6d7b46b commit 0db3913
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions panels/dock/package/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,6 @@ Window {
}

onPressed: function(mouse) {
var launcherItem = DS.applet("org.deepin.ds.launchpad")
if (launcherItem && launcherItem.rootObject) {
launcherItem.rootObject.hide()
}
dock.isDragging = true
oldMousePos = mapToGlobal(mouse.x, mouse.y)
oldDockSize = dockSize
Expand Down

0 comments on commit 0db3913

Please sign in to comment.