mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-22 12:14:42 +00:00
Notify user if paired devices are not persistent.
This commit is contained in:
@@ -872,7 +872,10 @@ class PairDeviceDialog extends Dialog {
|
|||||||
}).finally(_ => {
|
}).finally(_ => {
|
||||||
this._cleanUp()
|
this._cleanUp()
|
||||||
})
|
})
|
||||||
.catch(_ => PersistentStorage.logBrowserNotCapable());
|
.catch(_ => {
|
||||||
|
Events.fire('notify-user', 'Paired devices are not persistent.')
|
||||||
|
PersistentStorage.logBrowserNotCapable()
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
_pairDeviceJoinKeyInvalid() {
|
_pairDeviceJoinKeyInvalid() {
|
||||||
|
|||||||
Reference in New Issue
Block a user