Skip to content

Commit

Permalink
GUI: make default folder max depth 4
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed May 22, 2023
1 parent a4d7ab8 commit 609ce57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmodits-gui/src/core/cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl Default for SampleRippingConfig {
Self {
destination: dirs::download_dir().expect("Expected Downloads folder"),
self_contained: true,
folder_max_depth: 1,
folder_max_depth: 4,
strict: true,
exported_format: Default::default(),
naming: SampleNameConfig {
Expand Down

0 comments on commit 609ce57

Please sign in to comment.