mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-15 15:10:10 -07:00
Updated ui.js
This commit is contained in:
parent
0115c6a4de
commit
545a5e00cd
@ -27,7 +27,7 @@ class PeersUI {
|
||||
if ($(peer.id)) return; // peer already exists
|
||||
const peerUI = new PeerUI(peer);
|
||||
$$('x-peers').appendChild(peerUI.$el);
|
||||
setTimeout(e => window.animateBackground(false), 1000); // Stop animation
|
||||
setTimeout(e => window.animateBackground(false), 1750); // Stop animation
|
||||
}
|
||||
|
||||
_onPeers(peers) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user