We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3efa76 commit 69329a3Copy full SHA for 69329a3
1 file changed
src/config.py
@@ -85,7 +85,7 @@ def make_bottom_right_black(frame): #可选. 某些游戏截图时遮挡UID使
85
'hwnd_class': 'UnrealWindow', #增加重名检查准确度
86
'interaction': 'PostMessage', #支持大多数PC游戏后台点击
87
'capture_method': ['WGC', 'BitBlt_RenderFull'], # Windows版本支持的话, 优先使用WGC, 否则使用BitBlt_Full
88
- 'check_hdr': True, #当用户开启AutoHDR时候提示用户, 但不禁止使用
+ 'check_hdr': False, #当用户开启AutoHDR时候提示用户, 但不禁止使用
89
'force_no_hdr': False, #True=当用户开启AutoHDR时候禁止使用
90
},
91
'start_timeout': 120, # default 60
0 commit comments