[ui][settings] improvements

This commit is contained in:
Vinícius Moreira
2020-01-24 13:21:46 -03:00
parent c8a4370ff0
commit f37e66a63c
10 changed files with 205 additions and 27 deletions

View File

@@ -12,3 +12,4 @@ def read_config(update_file: bool = False) -> dict:
return read(CONFIG_FILE, default_config, update_file)