mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 10:47:53 +02:00
Fix wallet dot logic
This commit is contained in:
parent
be304ea975
commit
1ac2800e18
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