update button name

This commit is contained in:
Faye Li 2017-01-26 11:23:06 -08:00
parent fb01df1ab8
commit 44fc8a5fbf

View file

@ -478,7 +478,7 @@ triggerPressMapping.from(Controller.Standard.LT).peek().to(makePressHandler(Cont
// Manage the connection between the button and the window.
//
var button;
var buttonName = "PAL";
var buttonName = "PEOPLE";
var tablet = null;
var toolBar = null;
if (Settings.getValue("HUDUIEnabled")) {