fix: 修复静默不生效问题
This commit is contained in:
@@ -112,7 +112,7 @@ class _MainTimer:
|
|||||||
"""静默模式通过模拟老板键来隐藏模拟器窗口"""
|
"""静默模式通过模拟老板键来隐藏模拟器窗口"""
|
||||||
|
|
||||||
if (
|
if (
|
||||||
len(Config.if_ignore_silence) > 0
|
len(Config.if_ignore_silence) == 0
|
||||||
and Config.get("Function", "IfSilence")
|
and Config.get("Function", "IfSilence")
|
||||||
and Config.get("Function", "BossKey") != ""
|
and Config.get("Function", "BossKey") != ""
|
||||||
):
|
):
|
||||||
|
|||||||
Reference in New Issue
Block a user