Fix popup tips background opacity
This commit is contained in:
parent
df7622b0c9
commit
608257eeaa
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ Item {
|
||||||
FishUI.PopupTips {
|
FishUI.PopupTips {
|
||||||
id: popupTips
|
id: popupTips
|
||||||
backgroundColor: FishUI.Theme.backgroundColor
|
backgroundColor: FishUI.Theme.backgroundColor
|
||||||
backgroundOpacity: FishUI.Theme.darkMode ? 0.3 : 0.4
|
backgroundOpacity: windowHelper.compositing ? FishUI.Theme.darkMode ? 0.3 : 0.4 : 1
|
||||||
}
|
}
|
||||||
|
|
||||||
GridLayout {
|
GridLayout {
|
||||||
|
|
Loading…
Reference in a new issue