mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:18:38 +02:00
Fix semantics of function parameter
This commit is contained in:
parent
742e603fd6
commit
2807f76e68
1 changed files with 2 additions and 2 deletions
|
@ -379,8 +379,8 @@ Window {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateLocationText(visible) {
|
function updateLocationText(enteringAddress) {
|
||||||
if (visible) {
|
if (enteringAddress) {
|
||||||
notice.text = "Go to a place, @user, path or network address";
|
notice.text = "Go to a place, @user, path or network address";
|
||||||
notice.color = "gray";
|
notice.color = "gray";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue