From 73299fbbc8d281342819c5a8e0e010edc84b0ea5 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sat, 10 Feb 2018 07:44:25 +0300 Subject: [PATCH] fix(download): bug when cancel button not appear in main page --- src/app/torrent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/torrent.js b/src/app/torrent.js index faeb00c..090c975 100644 --- a/src/app/torrent.js +++ b/src/app/torrent.js @@ -186,6 +186,7 @@ export default class Torrent extends Component { this.setState({ downloading: true, + askDownloading: true, downloadProgress: progress }) }