From 0bef98fd96aac1d5a63b499c7b5a09ef23e00353 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sun, 29 Mar 2020 13:34:26 +1300 Subject: [PATCH] Relabel "GOTO" app's button to "OLD GOTO" --- scripts/system/tablet-goto.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/system/tablet-goto.js b/scripts/system/tablet-goto.js index 94117fd9ea..8c048cc0cc 100644 --- a/scripts/system/tablet-goto.js +++ b/scripts/system/tablet-goto.js @@ -9,6 +9,7 @@ // // Created by Dante Ruiz on 8 February 2017 // Copyright 2016 High Fidelity, Inc. +// Copyright 2020 Project Athena contributors. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html @@ -106,7 +107,7 @@ function isReturnedDataEmpty(data) { var ui; var GOTO_QML_SOURCE = "hifi/tablet/TabletAddressDialog.qml"; -var BUTTON_NAME = "GOTO"; +var BUTTON_NAME = "OLD GOTO"; function startup() { var options = [ 'include_actions=announcement', @@ -119,6 +120,8 @@ function startup() { ui = new AppUi({ buttonName: BUTTON_NAME, + normalButton: "icons/tablet-icons/goto-i.svg", + activeButton: "icons/tablet-icons/goto-a.svg", sortOrder: 8, onOpened: gotoOpened, home: GOTO_QML_SOURCE,