fix: impossible to remove directories

This commit is contained in:
2026-01-28 22:07:05 +03:00
parent f1d4ffd7fa
commit b0c670235e
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -337,7 +337,7 @@ impl SoundpadGui {
let delete_dir_button_response =
ui.add_sized([18.0, 18.0], delete_dir_button);
if delete_dir_button_response.clicked() {
self.remove_dir(&path.clone());
self.app_state.dirs_to_remove.insert(path.clone());
}
});
});