Re-add transparent tray window colour
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 26 Nov 2024 03:38:28 +0000 (11:38 +0800)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 9 Dec 2024 11:29:55 +0000 (12:29 +0100)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/tray/MainWindow.qml

index 2a81a493e7fa8ed5f2b3e7fca7d49e0527ba8bda..0459b87403356657a2a243ee198729b2403187e4 100644 (file)
@@ -36,6 +36,7 @@ ApplicationWindow {
     width:      Systray.useNormalWindow ? Style.trayWindowHeight : Style.trayWindowWidth\r
     height:     Style.trayWindowHeight\r
     flags:      Systray.useNormalWindow ? Qt.Window : Qt.Dialog | Qt.FramelessWindowHint\r
+    color: "transparent"\r
 \r
     readonly property int maxMenuHeight: Style.trayWindowHeight - Style.trayWindowHeaderHeight - 2 * Style.trayWindowBorderWidth\r
 \r