mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Bugfix: Notification enum conflicts with window.Notification
This commit is contained in:
parent
b5ab175953
commit
8d52b0afdf
13 changed files with 47 additions and 46 deletions
|
|
@ -39,7 +39,7 @@ SaveSettingStatus = {
|
|||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
Notification = {
|
||||
Notifications = {
|
||||
RequestError: 1,
|
||||
RequestAborted: 2,
|
||||
RequestTimeout: 3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue