feat: add gui scale

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

View File

@ -33,17 +33,20 @@ class DR_option(Options):
"""
name = 'DR Option'
# runtime options
InputBox_use_TextEntry: bool = False
record_threads: bool = True
use_cProfile: bool = False
use_local_logging: bool = False
InputBox_use_TextEntry: bool = False
record_threads: bool = True
use_cProfile: bool = False
use_local_logging: bool = False
report_translate_no_found: bool = True
# tests
playing: bool = False
debugging: bool = False
playing: bool = False
debugging: bool = False
crash_report_test: bool = True
# window option
gui_scale: int = 1 # default 1 2 -> 2x 3 -> 3x
class _DR_runtime(Options):
"""