diff options
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING b/doc/HACKING index 36320b71..be92431e 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -47,7 +47,7 @@ the constant PREVIEW_BLACKLIST * Adding options: In ranger/config/options.py add the default value, like: my_option = True -In ranger/container/settingobject.py +In ranger/container/settings.py add the name of your option to the constant ALLOWED_SETTINGS The setting is now accessible at self.settings.my_option, |