mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 06:22:14 +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;
|
||||
case 'needsLogIn_loginClicked':
|
||||
ui.close();
|
||||
openLoginWindow();
|
||||
break;
|
||||
case 'disableHmdPreview':
|
||||
|
|
Loading…
Reference in a new issue