chore(popup tips): disable blur
This commit is contained in:
parent
56b4357eec
commit
eec8dd984b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Item {
|
||||||
FishUI.PopupTips {
|
FishUI.PopupTips {
|
||||||
id: popupTips
|
id: popupTips
|
||||||
backgroundColor: _background.color
|
backgroundColor: _background.color
|
||||||
backgroundOpacity: _background.opacity
|
blurEnabled: false
|
||||||
}
|
}
|
||||||
|
|
||||||
GridLayout {
|
GridLayout {
|
||||||
|
|
Loading…
Reference in a new issue