Enable loading of GUI autoconfig

Although it is not used load it just in case..
This commit is contained in:
finga 2021-10-29 08:55:27 +02:00
parent 3e934d349b
commit 51926b703c

View file

@ -5,7 +5,7 @@
## This is here so configs done via the GUI are still loaded. ## This is here so configs done via the GUI are still loaded.
## Remove it to not load settings done via the GUI. ## 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 for commands. The keys of the given dictionary are the
## aliases, while the values are the commands they map to. ## aliases, while the values are the commands they map to.