mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-22 23:20:54 +08:00
#13 Feature Request: Name your device
This commit is contained in:
@@ -63,7 +63,11 @@
|
||||
this._nameChanged(name);
|
||||
return;
|
||||
}
|
||||
this._sendNameToServer(name);
|
||||
try {
|
||||
this._sendNameToServer(name);
|
||||
} catch (e) {
|
||||
this._nameChanged(name);
|
||||
}
|
||||
|
||||
}, 300);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user