feat: add gui scale
This commit is contained in:
parent
9b3df4b739
commit
161594e627
@ -44,6 +44,9 @@ class DR_option(Options):
|
|||||||
debugging: bool = False
|
debugging: bool = False
|
||||||
crash_report_test: bool = True
|
crash_report_test: bool = True
|
||||||
|
|
||||||
|
# window option
|
||||||
|
gui_scale: int = 1 # default 1 2 -> 2x 3 -> 3x
|
||||||
|
|
||||||
|
|
||||||
class _DR_runtime(Options):
|
class _DR_runtime(Options):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user