Remove `Arguments supplémentaires' boxes
This commit is contained in:
@@ -31,6 +31,8 @@ if CONFIG_PATH is None:
|
||||
else:
|
||||
_configuration = _load_user_config(CONFIG_PATH)
|
||||
|
||||
# Keep new optional settings compatible with older personal configuration files.
|
||||
ALWAYS_CROP = False
|
||||
for _name in dir(_configuration):
|
||||
if not _name.startswith("_"):
|
||||
globals()[_name] = getattr(_configuration, _name)
|
||||
|
||||
Reference in New Issue
Block a user