[improvement][ui] hdpi settings on the config file

This commit is contained in:
Vinícius Moreira
2020-01-22 12:59:39 -03:00
parent 6afda31f93
commit 0ae836a046
5 changed files with 14 additions and 11 deletions

View File

@@ -43,7 +43,9 @@ def read_config(update_file: bool = False) -> dict:
'default_icon': None,
'updates_icon': None
},
'style': None
'style': None,
'hdpi': True
},
'download': {
'multithreaded': True,