mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 13:03:55 +02:00
close wallet app during login so that it doesn't tell to login after
login
This commit is contained in:
parent
100a17a2b9
commit
8906b909eb
1 changed files with 1 additions and 0 deletions
|
@ -437,6 +437,7 @@ function fromQml(message) {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'needsLogIn_loginClicked':
|
case 'needsLogIn_loginClicked':
|
||||||
|
ui.close();
|
||||||
openLoginWindow();
|
openLoginWindow();
|
||||||
break;
|
break;
|
||||||
case 'disableHmdPreview':
|
case 'disableHmdPreview':
|
||||||
|
|
Loading…
Reference in a new issue