mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
tidy up code, add tooltip to device name and change color and bg-color of device-name
This commit is contained in:
parent
b2f6a75c99
commit
f34f5bd4b2
7 changed files with 43 additions and 33 deletions
|
@ -487,7 +487,6 @@ class Peer {
|
|||
|
||||
_onDisplayNameChanged(message) {
|
||||
if (!message.displayName) return;
|
||||
console.debug(message)
|
||||
Events.fire('peer-display-name-changed', {peerId: this._peerId, displayName: message.displayName});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue