mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-01 12:08:13 +00:00
Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
8edf1e9ce1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export const notification = {
|
|||
title: header,
|
||||
message: `[${current}/${total}] ${body}`,
|
||||
loading: true,
|
||||
autoClose: 2 * 60 * 1000,
|
||||
autoClose: false,
|
||||
};
|
||||
},
|
||||
end: (id: string, header: string): NotificationProps & { id: string } => {
|
||||
|
|
Loading…
Reference in a new issue