mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #240 from ctrlaltdavid/feature/relabel-goto
Relabel "GOTO" app's button to "OLD GOTO"
This commit is contained in:
commit
fc1a19f6eb
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue