diff --git a/qml/main.qml b/qml/main.qml index f3e55f2..f33595f 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -75,7 +75,7 @@ Item { FishUI.PopupTips { id: popupTips backgroundColor: FishUI.Theme.backgroundColor - backgroundOpacity: FishUI.Theme.darkMode ? 0.3 : 0.4 + backgroundOpacity: windowHelper.compositing ? FishUI.Theme.darkMode ? 0.3 : 0.4 : 1 } GridLayout {