mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Short delay before populating PAL when changing domains
This commit is contained in:
parent
c695878025
commit
03fbfc85f9
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ Users.usernameFromIDReply.connect(usernameFromIDReply);
|
|||
function clearIgnoredInQMLAndRefreshPAL() {
|
||||
pal.sendToQml({ method: 'clearIgnored' });
|
||||
removeOverlays();
|
||||
populateUserList();
|
||||
Script.setTimeout(populateUserList, 200); // Short delay before populating the PAL to allow the HashMap to populate
|
||||
}
|
||||
Window.domainChanged.connect(clearIgnoredInQMLAndRefreshPAL);
|
||||
Window.domainConnectionRefused.connect(clearIgnoredInQMLAndRefreshPAL);
|
||||
|
|
Loading…
Reference in a new issue