This commit is contained in:
sairaj mote 2023-12-05 01:00:10 +05:30
parent a19ac916d2
commit aafd5f59ed
2 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ function getPromptInput(title, message = '', options = {}) {
* @param {object} options - Options for the notification
* @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
switch (mode) {
case 'success':

2
main_UI.min.js vendored

File diff suppressed because one or more lines are too long