chore(popup tips): disable blur

This commit is contained in:
kate 2021-12-31 12:44:23 +08:00
parent 56b4357eec
commit eec8dd984b

View file

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