Remove recursive symlink browsing for Windows
Windows doesn't have symbolic links, so the preference should not be shown.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user