mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-21 22:54:53 +08:00
tidy up code, add tooltip to device name and change color and bg-color of device-name
This commit is contained in:
@@ -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});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user