mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +02:00
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:
parent
8d5e7dbeff
commit
11e918681a
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
id: d
|
id: d
|
||||||
objectName: "stack"
|
objectName: "stack"
|
||||||
initialItem: topMenu
|
|
||||||
|
|
||||||
property var menuStack: []
|
property var menuStack: []
|
||||||
property var topMenu: null;
|
property var topMenu: null;
|
||||||
|
|
Loading…
Reference in a new issue