Remove recursive symlink browsing for Windows

Windows doesn't have symbolic links, so the preference should not be
shown.
This commit is contained in:
Lawrence Lee
2023-10-17 21:20:18 -07:00
parent 051bbaf322
commit b6f3ea421e
2 changed files with 10 additions and 4 deletions

View File

@@ -196,7 +196,7 @@ class Preferences final :
Gtk::CheckButton* sameThumbSize;
Gtk::SpinButton* browseRecursiveDepth;
Gtk::SpinButton* browseRecursiveMaxDirs;
Gtk::CheckButton* browseRecursiveFollowLinks;
Gtk::CheckButton* browseRecursiveFollowLinks{nullptr};
Gtk::SpinButton* threadsSpinBtn;
Gtk::SpinButton* clutCacheSizeSB;