mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Lower the priority of the notification bar to INFO.
This commit is contained in:
parent
95bb727931
commit
e015ab0d81
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ ChromeActions.prototype = {
|
||||||
}
|
}
|
||||||
}];
|
}];
|
||||||
notificationBox.appendNotification(message, 'pdfjs-fallback', null,
|
notificationBox.appendNotification(message, 'pdfjs-fallback', null,
|
||||||
notificationBox.PRIORITY_WARNING_LOW,
|
notificationBox.PRIORITY_INFO_LOW,
|
||||||
buttons,
|
buttons,
|
||||||
function eventsCallback(eventType) {
|
function eventsCallback(eventType) {
|
||||||
// Currently there is only one event "removed" but if there are any other
|
// Currently there is only one event "removed" but if there are any other
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue