mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 00:24:00 +02:00
Fix relative path for tablet login dialog
This commit is contained in:
parent
8f855c6c95
commit
64592d66d7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ openLoginWindow = function openLoginWindow() {
|
||||||
|| (!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