Add recursive browsing options to preferences

Allow maximum recursion depth and maximum sub-directories to be
configured in preferences.
This commit is contained in:
Lawrence Lee
2023-06-11 11:47:46 -07:00
parent 676ab8649b
commit 660c9507cc
3 changed files with 26 additions and 0 deletions

View File

@@ -194,6 +194,8 @@ class Preferences final :
Gtk::CheckButton* overlayedFileNames;
Gtk::CheckButton* filmStripOverlayedFileNames;
Gtk::CheckButton* sameThumbSize;
Gtk::SpinButton* browseRecursiveDepth;
Gtk::SpinButton* browseRecursiveMaxDirs;
Gtk::SpinButton* threadsSpinBtn;
Gtk::SpinButton* clutCacheSizeSB;