diff --git a/src/App.tsx b/src/App.tsx index 1759925..fbb4a8d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -177,6 +177,9 @@ export const App = () => { onClick={() => { abortController?.controllerStop.abort(); setCurrentDownloadedBlock(0); + if (pausedStatus === 'continue') { + onModal('failed', 'Fetching was cancelled'); + } }} style={{ minWidth: 300, marginTop: 10 }} >