mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Messenger supports hideOnNavigate now
New: After adding a series you will be able to navigate to it via the UI notification
This commit is contained in:
@@ -23,13 +23,16 @@ define(function () {
|
||||
}
|
||||
}
|
||||
|
||||
options.hideOnNavigate = options.hideOnNavigate || false;
|
||||
|
||||
return window.Messenger().post({
|
||||
message : options.message,
|
||||
type : options.type,
|
||||
showCloseButton: true,
|
||||
hideAfter : options.hideAfter,
|
||||
id : options.id,
|
||||
actions : options.actions
|
||||
actions : options.actions,
|
||||
hideOnNavigate : options.hideOnNavigate
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user