mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07: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:
parent
0f9360bccb
commit
b65f2e7845
2 changed files with 29 additions and 4 deletions
|
@ -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
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue