FB11241 Changing options in menu causes the title “Menu” to change to “root”

note: fix is based on removing duplicated top-level menu entry from stack view
This commit is contained in:
Alexander Ivash 2018-01-12 02:08:10 +03:00
parent 8d5e7dbeff
commit 11e918681a

View file

@ -22,7 +22,6 @@ Item {
anchors.fill: parent
id: d
objectName: "stack"
initialItem: topMenu
property var menuStack: []
property var topMenu: null;