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