mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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() {
|
||||
if ((HMD.active && Settings.getValue("hmdTabletBecomesToolbar", false))
|
||||
|| (!HMD.active && Settings.getValue("desktopTabletBecomesToolbar", true))) {
|
||||
Menu.triggerOption("Login / Sign Up");
|
||||
Menu.triggerOption("Login/Sign Up");
|
||||
} else {
|
||||
tablet.loadQMLOnTop("dialogs/TabletLoginDialog.qml");
|
||||
HMD.openTablet();
|
||||
|
|
Loading…
Reference in a new issue