Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit cdecfba

Browse files
committed
Use transparent window color unconditionally
1 parent a13155b commit cdecfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/webview.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Window
1515
minimumWidth: 213
1616
minimumHeight: 120
1717
visible: true
18-
color: PlatformInfo.isWaylandMpv ? "transparent" : "#000000"
18+
color: "transparent"
1919

2020
// Properties previously from KonvergoWindow
2121
property bool webDesktopMode: true

0 commit comments

Comments
 (0)