mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 14:24:16 +02:00
[improvement][settings] new property 'ui.scale_factor' responsible for defining the interface scale factor
This commit is contained in:
@@ -39,7 +39,8 @@ def read_config(update_file: bool = False) -> dict:
|
||||
},
|
||||
'style': None,
|
||||
'hdpi': True,
|
||||
"auto_scale": False
|
||||
"auto_scale": False,
|
||||
"scale_factor": 1.0
|
||||
|
||||
},
|
||||
'download': {
|
||||
|
||||
Reference in New Issue
Block a user