mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-16 10:08:47 +02:00
fix another menu name changes that broke snapshot
This commit is contained in:
parent
9df79462ad
commit
c4f39841f5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
openLoginWindow = function openLoginWindow() {
|
openLoginWindow = function openLoginWindow() {
|
||||||
if ((HMD.active && Settings.getValue("hmdTabletBecomesToolbar", false))
|
if ((HMD.active && Settings.getValue("hmdTabletBecomesToolbar", false))
|
||||||
|| (!HMD.active && Settings.getValue("desktopTabletBecomesToolbar", true))) {
|
|| (!HMD.active && Settings.getValue("desktopTabletBecomesToolbar", true))) {
|
||||||
Menu.triggerOption("Login / Sign Up");
|
Menu.triggerOption("Login/Sign Up");
|
||||||
} else {
|
} else {
|
||||||
tablet.loadQMLOnTop("dialogs/TabletLoginDialog.qml");
|
tablet.loadQMLOnTop("dialogs/TabletLoginDialog.qml");
|
||||||
HMD.openTablet();
|
HMD.openTablet();
|
||||||
|
|
Loading…
Reference in a new issue