mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 05:27:07 +02:00
Fix "don't share" button not closing window
This commit is contained in:
parent
d0fc352d3b
commit
dc3095bfcd
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ function confirmShare(data) {
|
|||
default:
|
||||
tablet.webEventReceived.disconnect(onMessage);
|
||||
HMD.closeTablet();
|
||||
tablet.gotoHomeScreen();
|
||||
isLoggedIn = Account.isLoggedIn();
|
||||
message.action.forEach(function (submessage) {
|
||||
if (submessage.share && !isLoggedIn) {
|
||||
|
|
Loading…
Reference in a new issue