Fix popup tips background opacity

pull/7/head
reionwong 5 years ago
parent df7622b0c9
commit 608257eeaa

@ -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 {

Loading…
Cancel
Save