From 44fc8a5fbfe755031de4b78062a123985dbea545 Mon Sep 17 00:00:00 2001 From: Faye Li Date: Thu, 26 Jan 2017 11:23:06 -0800 Subject: [PATCH] update button name --- scripts/system/pal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/pal.js b/scripts/system/pal.js index a9d6d8b2e2..800a1a8c42 100644 --- a/scripts/system/pal.js +++ b/scripts/system/pal.js @@ -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")) {