mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
syntax
This commit is contained in:
parent
42a96a94b4
commit
d7209ef7f7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Item {
|
|||
onExited: breadcrumbText.color = "#ffffff";
|
||||
// navigate back to parent level menu if there is one
|
||||
onClicked:
|
||||
if (breadcrumbText.text !== "Menu) {
|
||||
if (breadcrumbText.text !== "Menu") {
|
||||
menuPopperUpper.closeLastMenu();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue