refactor: change type to info

This commit is contained in:
Timothy Z. 2026-03-31 13:45:08 +03:00
parent de32e3a765
commit e260e52322
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ const ServicesToaster = () => {
}
case 'MagnetParsed': {
toast.show({
type: 'success',
type: 'info',
title: 'Magnet link parsed',
timeout: 4000
});

View file

@ -19,7 +19,7 @@ const useTorrent = () => {
if (parsed && typeof parsed.infoHash === 'string') {
parsingToastId.current = toast.show({
type: 'success',
title: 'Parsing magnet link…',
title: 'Loading magnet link…',
timeout: CREATE_TORRENT_TIMEOUT
});
core.transport.dispatch({