[ui][settings] auto screen scale factor

This commit is contained in:
Vinícius Moreira
2020-01-29 10:56:07 -03:00
parent fb16c755b9
commit fdbe989a6f
10 changed files with 35 additions and 7 deletions

View File

@@ -44,7 +44,8 @@ def read_config(update_file: bool = False) -> dict:
'updates_icon': None
},
'style': None,
'hdpi': True
'hdpi': True,
"auto_scale": False
},
'download': {