1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-01 20:11:48 +00:00

Merge remote-tracking branch 'origin/development' into development

This commit is contained in:
morpheus65535 2023-01-13 07:34:24 -05:00
commit 8edf1e9ce1

View file

@ -54,7 +54,7 @@ export const notification = {
title: header, title: header,
message: `[${current}/${total}] ${body}`, message: `[${current}/${total}] ${body}`,
loading: true, loading: true,
autoClose: 2 * 60 * 1000, autoClose: false,
}; };
}, },
end: (id: string, header: string): NotificationProps & { id: string } => { end: (id: string, header: string): NotificationProps & { id: string } => {