summary refs log tree commit diff stats
path: root/ranger/shared/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/shared/settings.py')
-rw-r--r--ranger/shared/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/shared/settings.py b/ranger/shared/settings.py
index 5541b191..0132ac97 100644
--- a/ranger/shared/settings.py
+++ b/ranger/shared/settings.py
@@ -2,6 +2,7 @@ ALLOWED_SETTINGS = """
 show_hidden scroll_offset directories_first
 preview_files max_history_size colorscheme
 collapse_preview auto_load_preview
+max_dirsize_for_autopreview
 apps keys
 """.split()
 
n88'>88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123