mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 06:32:11 +00:00
CoreEventsToaster timeout decreased
This commit is contained in:
parent
456105d820
commit
2d08c886c9
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ const CoreEventsToaster = () => {
|
|||
type: 'error',
|
||||
title: args.source.event,
|
||||
message: args.error.message,
|
||||
timeout: 10000
|
||||
timeout: 4000
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue