Skip to content

Commit 4cb1e18

Browse files
committed
fix: dock not transparent on treeland
log: as title
1 parent 83eba82 commit 4cb1e18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

panels/dock/package/main.qml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Window {
8484
anchors.fill: parent
8585
cornerRadius: 0
8686
blendColor: {
87+
// TODO: when dtk support treeland blur, remove following
88+
if (Qt.platform.pluginName === "wayland")
89+
return "transparent"
90+
8791
if (valid) {
8892
return DStyle.Style.control.selectColor(undefined,
8993
Qt.rgba(235 / 255.0, 235 / 255.0, 235 / 255.0, dock.blendColorAlpha(0.6)),

0 commit comments

Comments
 (0)