Revert "GODT-1427: fix window status tray-icon for i3 wm [skip-ci]"

This reverts commit 3d22d0c9d71af879edc721724f2b197686c076ae.
This commit is contained in:
Romain LE JEUNE
2022-08-25 13:26:10 +02:00
committed by Jakub
parent ce743fe95d
commit 9af1c1671c
3 changed files with 1 additions and 19 deletions

View File

@ -30,7 +30,7 @@ Window {
height: contentLayout.implicitHeight
width: contentLayout.implicitWidth
flags: (Qt.platform.os === "linux" ? Qt.Tool : 0) | Qt.FramelessWindowHint | Qt.NoDropShadowWindowHint | Qt.WindowStaysOnTopHint | Qt.WA_TranslucentBackground | (Backend.useQtDialogFlag ? Qt.Dialog : 0)
flags: (Qt.platform.os === "linux" ? Qt.Tool : 0) | Qt.FramelessWindowHint | Qt.NoDropShadowWindowHint | Qt.WindowStaysOnTopHint | Qt.WA_TranslucentBackground
color: "transparent"
property ColorScheme colorScheme: ProtonStyle.currentStyle