mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:25:52 +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);
|
Controller.mouseMoveEvent.connect(handleMouseMoveEvent);
|
||||||
triggerMapping.enable();
|
triggerMapping.enable();
|
||||||
triggerPressMapping.enable();
|
triggerPressMapping.enable();
|
||||||
ui.messagesWaiting(false);
|
shouldShowDot = false;
|
||||||
|
ui.messagesWaiting(shouldShowDot);
|
||||||
}
|
}
|
||||||
|
|
||||||
function walletClosed() {
|
function walletClosed() {
|
||||||
|
|
Loading…
Reference in a new issue