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