mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +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) {
|
||||
if (visible) {
|
||||
function updateLocationText(enteringAddress) {
|
||||
if (enteringAddress) {
|
||||
notice.text = "Go to a place, @user, path or network address";
|
||||
notice.color = "gray";
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue