about summary refs log tree commit diff stats
path: root/ranger/container/settingobject.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/container/settingobject.py')
-rw-r--r--ranger/container/settingobject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/container/settingobject.py b/ranger/container/settingobject.py
index a245db21..4d95536a 100644
--- a/ranger/container/settingobject.py
+++ b/ranger/container/settingobject.py
@@ -31,7 +31,7 @@ ALLOWED_SETTINGS = {
 	'draw_borders': bool,
 	'flushinput': bool,
 	'hidden_filter': lambda x: isinstance(x, str) or hasattr(x, 'match'),
-	'load_default_rc': bool,
+	'load_default_rc': (bool, type(None)),
 	'max_console_history_size': (int, type(None)),
 	'max_history_size': (int, type(None)),
 	'mouse_enabled': bool,