mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 15:52:27 +02:00
Merge branch 'notificationsForFourApps' of github.com:zfox23/hifi into notificationsForFourApps
This commit is contained in:
commit
9a21354c27
1 changed files with 2 additions and 1 deletions
|
@ -488,7 +488,8 @@ function walletOpened() {
|
|||
Controller.mouseMoveEvent.connect(handleMouseMoveEvent);
|
||||
triggerMapping.enable();
|
||||
triggerPressMapping.enable();
|
||||
ui.messagesWaiting(false);
|
||||
shouldShowDot = false;
|
||||
ui.messagesWaiting(shouldShowDot);
|
||||
}
|
||||
|
||||
function walletClosed() {
|
||||
|
|
Loading…
Reference in a new issue