From e252712a7e1f93b3c6e73341cb15a733e2ab3731 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 11 Jul 2024 09:03:10 +0300 Subject: [PATCH] .. --- src/bin/gui/apt_update_page/process.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/gui/apt_update_page/process.rs b/src/bin/gui/apt_update_page/process.rs index ee19dfc..ad2fe78 100644 --- a/src/bin/gui/apt_update_page/process.rs +++ b/src/bin/gui/apt_update_page/process.rs @@ -275,7 +275,6 @@ fn apt_confirm_window( std::fs::remove_file(json_file_path).expect("Failed to remove old json file"); } - if !excluded_updates_vec.is_empty() { let exclusions_array = Exclusions { exclusions: excluded_updates_vec