mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 12:04:03 +02: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
|
// Created by Dante Ruiz on 8 February 2017
|
||||||
// Copyright 2016 High Fidelity, Inc.
|
// Copyright 2016 High Fidelity, Inc.
|
||||||
|
// Copyright 2020 Project Athena contributors.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// 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 ui;
|
||||||
var GOTO_QML_SOURCE = "hifi/tablet/TabletAddressDialog.qml";
|
var GOTO_QML_SOURCE = "hifi/tablet/TabletAddressDialog.qml";
|
||||||
var BUTTON_NAME = "GOTO";
|
var BUTTON_NAME = "OLD GOTO";
|
||||||
function startup() {
|
function startup() {
|
||||||
var options = [
|
var options = [
|
||||||
'include_actions=announcement',
|
'include_actions=announcement',
|
||||||
|
@ -119,6 +120,8 @@ function startup() {
|
||||||
|
|
||||||
ui = new AppUi({
|
ui = new AppUi({
|
||||||
buttonName: BUTTON_NAME,
|
buttonName: BUTTON_NAME,
|
||||||
|
normalButton: "icons/tablet-icons/goto-i.svg",
|
||||||
|
activeButton: "icons/tablet-icons/goto-a.svg",
|
||||||
sortOrder: 8,
|
sortOrder: 8,
|
||||||
onOpened: gotoOpened,
|
onOpened: gotoOpened,
|
||||||
home: GOTO_QML_SOURCE,
|
home: GOTO_QML_SOURCE,
|
||||||
|
|
Loading…
Reference in a new issue