Enable loading of GUI autoconfig
Although it is not used load it just in case..
This commit is contained in:
parent
3e934d349b
commit
51926b703c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
## This is here so configs done via the GUI are still loaded.
|
||||
## Remove it to not load settings done via the GUI.
|
||||
# config.load_autoconfig()
|
||||
config.load_autoconfig()
|
||||
|
||||
## Aliases for commands. The keys of the given dictionary are the
|
||||
## aliases, while the values are the commands they map to.
|
||||
|
|
Loading…
Reference in a new issue