bug fix
This commit is contained in:
parent
a19ac916d2
commit
aafd5f59ed
@ -266,7 +266,7 @@ function getPromptInput(title, message = '', options = {}) {
|
|||||||
* @param {object} options - Options for the notification
|
* @param {object} options - Options for the notification
|
||||||
* @param {boolean} options.pinned - If true, notification will not be dismissed automatically
|
* @param {boolean} options.pinned - If true, notification will not be dismissed automatically
|
||||||
*/
|
*/
|
||||||
function notify(message, mode, options = { timeout, pinned }) {
|
function notify(message, mode, options = {}) {
|
||||||
let icon
|
let icon
|
||||||
switch (mode) {
|
switch (mode) {
|
||||||
case 'success':
|
case 'success':
|
||||||
|
|||||||
2
main_UI.min.js
vendored
2
main_UI.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user