mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 17:07:23 +02:00
fix myVisibility typo
This commit is contained in:
parent
13222468e3
commit
6a17e328e8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
} else {
|
} else {
|
||||||
// default to friends if it can't be determined
|
// default to friends if it can't be determined
|
||||||
myVisibility = "friends";
|
myVisibility = "friends";
|
||||||
GlobalServices.findableBy = myVisibilty;
|
GlobalServices.findableBy = myVisibility;
|
||||||
}
|
}
|
||||||
|
|
||||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||||
|
|
Loading…
Reference in a new issue