Adding the choose network option

This commit is contained in:
Félix Aime
2021-06-14 10:10:24 +02:00
parent 61de73d989
commit bbfbfc2e84
5 changed files with 15 additions and 3 deletions

View File

@ -72,5 +72,6 @@ def get_config():
"shutdown_option": read_config(("frontend", "shutdown_option")),
"reboot_option": read_config(("frontend", "reboot_option")),
"iface_out": read_config(("network", "out")),
"user_lang": read_config(("frontend", "user_lang"))
"user_lang": read_config(("frontend", "user_lang")),
"choose_net": read_config(("frontend", "choose_net"))
})