fix(StatusPopupMenu): Changed dim to false
Changed dim to false. Fixes https://github.com/status-im/status-desktop/issues/5828
This commit is contained in:
parent
bb3325ee6d
commit
f8bc5530aa
|
@ -20,7 +20,7 @@ Menu {
|
||||||
property var openHandler
|
property var openHandler
|
||||||
property var closeHandler
|
property var closeHandler
|
||||||
|
|
||||||
dim: true
|
dim: false
|
||||||
|
|
||||||
signal menuItemClicked(int menuIndex)
|
signal menuItemClicked(int menuIndex)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue