From 76372d4bf411433292f075db911f4592e5f915fd Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Mon, 17 Jul 2023 22:37:54 +0200 Subject: [PATCH] fix: fixed predownload button sensitivity --- src/ui/main/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/main/mod.rs b/src/ui/main/mod.rs index 32cbd16..39c3747 100644 --- a/src/ui/main/mod.rs +++ b/src/ui/main/mod.rs @@ -348,7 +348,7 @@ impl SimpleComponent for App { } } - downloaded + !downloaded } _ => false