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 a0c4239 commit e67b26eCopy full SHA for e67b26e
MY_Focus/src/MY_Focus.lua
@@ -883,7 +883,7 @@ function D.GetDisplayList()
883
end
884
if bRuleFocus then
885
--2025.8.16增加隐藏焦点方法,上述规则满足后,判断最大距离是否为-1,若为-1不显示焦点并跳出规则遍历
886
- if via.tRule.nMaxDistance == -1 then bFocus = false else bFocus = true end
+ bFocus = via.tRule.nMaxDistance ~= -1
887
tRule = via.tRule
888
szVia = via.szVia
889
bDeletable = via.bDeletable
0 commit comments