Skip to content

Commit

Permalink
fix: window radius isn't changed
Browse files Browse the repository at this point in the history
window radius isn't changed by dcc

Log:
Bug: https://pms.uniontech.com/bug-view-273039.html
  • Loading branch information
FeiWang1119 authored and BLumia committed Oct 14, 2024
1 parent 71a1657 commit 9ed5c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ QtObject {
color: "transparent"

DWindow.enabled: !DebugHelper.useRegularWindow
DWindow.windowRadius: 12
DWindow.windowRadius: DTK.platformTheme.windowRadius < 0 ? 12 : DTK.platformTheme.windowRadius
DWindow.enableSystemResize: false
DWindow.enableSystemMove: false
DWindow.enableBlurWindow: true
Expand Down

0 comments on commit 9ed5c8e

Please sign in to comment.