Merge branch 'notificationsForFourApps' of github.com:zfox23/hifi into notificationsForFourApps

This commit is contained in:
Zach Fox 2018-09-26 15:08:20 -07:00
commit 9a21354c27

View file

@ -488,7 +488,8 @@ function walletOpened() {
Controller.mouseMoveEvent.connect(handleMouseMoveEvent);
triggerMapping.enable();
triggerPressMapping.enable();
ui.messagesWaiting(false);
shouldShowDot = false;
ui.messagesWaiting(shouldShowDot);
}
function walletClosed() {