1
0
Fork 0
mirror of synced 2024-05-17 19:03:08 +12:00

Entry size

This commit is contained in:
Rafał Mikrut 2023-03-31 20:43:41 +02:00
parent 6f6e138d44
commit f4a2ee904c

View file

@ -1474,7 +1474,7 @@ fn computer_duplicate_finder(
// MEAT
for entry in vector {
let (directory, file) = split_path(&entry.path);
println!("{}", entry.size);
let values: [(u32, &dyn ToValue); COLUMNS_NUMBER] = [
(ColumnsDuplicates::ActivatableSelectButton as u32, &true),
(ColumnsDuplicates::SelectionButton as u32, &false),