mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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";
|
onExited: breadcrumbText.color = "#ffffff";
|
||||||
// navigate back to parent level menu if there is one
|
// navigate back to parent level menu if there is one
|
||||||
onClicked:
|
onClicked:
|
||||||
if (breadcrumbText.text !== "Menu) {
|
if (breadcrumbText.text !== "Menu") {
|
||||||
menuPopperUpper.closeLastMenu();
|
menuPopperUpper.closeLastMenu();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue