Skip to content

Commit 609ce57

Browse files
committed
GUI: make default folder max depth 4
1 parent a4d7ab8 commit 609ce57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xmodits-gui/src/core/cfg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl Default for SampleRippingConfig {
110110
Self {
111111
destination: dirs::download_dir().expect("Expected Downloads folder"),
112112
self_contained: true,
113-
folder_max_depth: 1,
113+
folder_max_depth: 4,
114114
strict: true,
115115
exported_format: Default::default(),
116116
naming: SampleNameConfig {

0 commit comments

Comments
 (0)