Skip to content

Commit

Permalink
fix: modify the fullscreen launcher window opening and closing animation
Browse files Browse the repository at this point in the history
Change window startup effect to EffectOut

Issue: linuxdeepin/developer-center#10322
  • Loading branch information
xionglinlin committed Aug 21, 2024
1 parent 6f6a6b0 commit 236a8cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Build-Depends:
# v-- provides qdbusxml2cpp-fix binary
libdtk6core-bin,
# v-- provides DHiDPIHelper
libdtk6gui-dev,
libdtk6declarative-dev,
libdtk6gui-dev (>= 6.0.19),
libdtk6declarative-dev (>= 6.0.19),
libdde-shell-dev (>= 0.0.10),
libappstreamqt-dev (>= 1.0.0)
Standards-Version: 4.6.0
Expand Down
1 change: 1 addition & 0 deletions qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ QtObject {
DWindow.enableSystemMove: false
// Fullscreen mode: always assume dark theme
DWindow.themeType: ApplicationHelper.DarkType
DWindow.windowStartUpEffect: PlatformHandle.EffectOut

onVisibleChanged: {
if (visible) {
Expand Down

0 comments on commit 236a8cb

Please sign in to comment.