mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 19:14:59 +02:00
new treatment for hmd/tablet login
This commit is contained in:
parent
b31af8c9c6
commit
a92aa1f9da
1 changed files with 1 additions and 7 deletions
|
@ -6,11 +6,5 @@
|
|||
//
|
||||
|
||||
openLoginWindow = function openLoginWindow() {
|
||||
if ((HMD.active && Settings.getValue("hmdTabletBecomesToolbar", false))
|
||||
|| (!HMD.active && Settings.getValue("desktopTabletBecomesToolbar", true))) {
|
||||
Menu.triggerOption("Login/Sign Up");
|
||||
} else {
|
||||
tablet.loadQMLOnTop("dialogs/TabletLoginDialog.qml");
|
||||
HMD.openTablet();
|
||||
}
|
||||
Menu.triggerOption("Login/Sign Up");
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue