ewwink / X-Notifier-Reloaded

X-notifier 3.5.25 Notifies your webmails
8 stars 6 forks source link

Use nsIFilePicker.open instead of nsIFilePicker.show #16

Closed Loirooriol closed 7 years ago

Loirooriol commented 7 years ago

Bug 1387800 removed the deprecated nsIFilePicker.show. The asynchronous nsIFilePicker.open can be used instead. This change is necessary for adding custom X-Notifier scripts on Firefox 57.

Loirooriol commented 7 years ago

Sorry, forgot about this. Will post a new PR.