Skip to content

Commit 69329a3

Browse files
committed
停用AutoHDR检查
1 parent e3efa76 commit 69329a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def make_bottom_right_black(frame): #可选. 某些游戏截图时遮挡UID使
8585
'hwnd_class': 'UnrealWindow', #增加重名检查准确度
8686
'interaction': 'PostMessage', #支持大多数PC游戏后台点击
8787
'capture_method': ['WGC', 'BitBlt_RenderFull'], # Windows版本支持的话, 优先使用WGC, 否则使用BitBlt_Full
88-
'check_hdr': True, #当用户开启AutoHDR时候提示用户, 但不禁止使用
88+
'check_hdr': False, #当用户开启AutoHDR时候提示用户, 但不禁止使用
8989
'force_no_hdr': False, #True=当用户开启AutoHDR时候禁止使用
9090
},
9191
'start_timeout': 120, # default 60

0 commit comments

Comments
 (0)