From 385de634f62a13ac13026ca9c21395568e188195 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Wed, 15 Mar 2023 05:15:49 +1030 Subject: [PATCH] Fix Stop button --- web/popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/popup.html b/web/popup.html index f6122c1..16222fb 100644 --- a/web/popup.html +++ b/web/popup.html @@ -34,7 +34,7 @@

You can close this window and your download will continue. Check the Status page to see all downloads in progress.

{{ if .canStop }} - + {{ end }}

Logs