mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #9522 from fayeli/PAL-to-PEOPLE
Tablet Button name from PAL to PEOPLE
This commit is contained in:
commit
d85d892057
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ triggerPressMapping.from(Controller.Standard.LT).peek().to(makePressHandler(Cont
|
||||||
// Manage the connection between the button and the window.
|
// Manage the connection between the button and the window.
|
||||||
//
|
//
|
||||||
var button;
|
var button;
|
||||||
var buttonName = "PAL";
|
var buttonName = "PEOPLE";
|
||||||
var tablet = null;
|
var tablet = null;
|
||||||
var toolBar = null;
|
var toolBar = null;
|
||||||
if (Settings.getValue("HUDUIEnabled")) {
|
if (Settings.getValue("HUDUIEnabled")) {
|
||||||
|
|
Loading…
Reference in a new issue