add ability to cancel failed downloads
This commit is contained in:
@@ -284,7 +284,7 @@ class MainFrameView {
|
|||||||
model.retryButtonEnabled = false
|
model.retryButtonEnabled = false
|
||||||
break
|
break
|
||||||
case Downloader.DownloadState.FAILED:
|
case Downloader.DownloadState.FAILED:
|
||||||
model.cancelButtonEnabled = false
|
model.cancelButtonEnabled = true
|
||||||
model.retryButtonEnabled = true
|
model.retryButtonEnabled = true
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user