Skip to content

Commit 0acf244

Browse files
committed
T
1 parent ff5c7fc commit 0acf244

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

cedinia/src/settings/gui_settings_values.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ impl StringComboBoxItems {
136136
let big_files_count = Self::convert(&[
137137
("10", "10", 10usize),
138138
("100", "100", 100),
139-
// ("1000", "1000", 1000), ("10000", "10000", 10000) // Too slowefor now
139+
("1000", "1000", 1000),
140+
("10000", "10000", 10000) // Too slowefor now
140141
]);
141142

142143
let similarity_preset = Self::convert_i18n(&[

cedinia/ui/app_state.slint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export global BigFilesSettings {
9494

9595
in-out property <int> count_idx: 1;
9696
in-out property <string> count_value: "100";
97-
in-out property <[string]> count_options: ["10", "100"];
97+
in-out property <[string]> count_options: ["10", "100", "1000", "10000"];
9898
}
9999

100100

0 commit comments

Comments
 (0)