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