feat: add gui scale

This commit is contained in:
shenjack 2022-12-22 10:54:46 +08:00
parent 9b3df4b739
commit 161594e627

View File

@ -44,6 +44,9 @@ class DR_option(Options):
debugging: bool = False
crash_report_test: bool = True
# window option
gui_scale: int = 1 # default 1 2 -> 2x 3 -> 3x
class _DR_runtime(Options):
"""