mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
fix(StatusSearchLocationMenu): removed dimming from submenus (#635)
fixes https://github.com/status-im/status-desktop/issues/5139
This commit is contained in:
parent
2884b49b36
commit
107d6ff62d
@ -7,6 +7,7 @@ import StatusQ.Popups 0.1
|
|||||||
|
|
||||||
StatusPopupMenu {
|
StatusPopupMenu {
|
||||||
id: root
|
id: root
|
||||||
|
dim: false
|
||||||
|
|
||||||
property var searchPopup
|
property var searchPopup
|
||||||
property var locationModel
|
property var locationModel
|
||||||
@ -79,6 +80,7 @@ StatusPopupMenu {
|
|||||||
id: subMenus
|
id: subMenus
|
||||||
StatusPopupMenu {
|
StatusPopupMenu {
|
||||||
id: menu
|
id: menu
|
||||||
|
dim: false
|
||||||
property var subItemsModel
|
property var subItemsModel
|
||||||
property string parentValue
|
property string parentValue
|
||||||
property string parentIconName
|
property string parentIconName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user