You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letmut folders_to_check:Vec<PathBuf> = Vec::with_capacity(1024*2);// This should be small enough too not see to big difference and big enough to store most of paths without needing to resize vector
219
218
@@ -351,7 +350,6 @@ impl DuplicateFinder {
351
350
/// Read file length and puts it to different boxes(each for different lengths)
352
351
/// If in box is only 1 result, then it is removed
letmut folders_to_check:Vec<PathBuf> = Vec::with_capacity(1024*2);// This should be small enough too not see to big difference and big enough to store most of paths without needing to resize vector
let notebook_main_children_names = gui_data.notebook_main_children_names.clone();
7
7
let notebook_main = gui_data.notebook_main.clone();
8
8
let buttons_select_clone = gui_data.buttons_select.clone();
9
-
let popover_select = gui_data.popover_select.clone();
9
+
let popover_select_duplicate = gui_data.popover_select_duplicate.clone();
10
+
let popover_select_simple_list = gui_data.popover_select_simple_list.clone();
10
11
let buttons_select = gui_data.buttons_select.clone();
11
12
buttons_select_clone.connect_clicked(move |_| match notebook_main_children_names.get(notebook_main.get_current_page().unwrap()asusize).unwrap().as_str(){
0 commit comments