调整dps插件对仇恨的估算方式
优化dps插件
This commit is contained in:
10
Options.lua
10
Options.lua
@@ -546,6 +546,16 @@ function Options:CreatePanel()
|
||||
CreateStyledCheckbox(page2, L["Merge Pets"], 8, y,
|
||||
function() return cfg.mergePets end,
|
||||
function(v) cfg.mergePets = v end)
|
||||
y = y - 26
|
||||
|
||||
CreateStyledCheckbox(page2, L["OT Warning"], 8, y,
|
||||
function() return cfg.otWarning end,
|
||||
function(v) cfg.otWarning = v end)
|
||||
y = y - 26
|
||||
|
||||
CreateStyledCheckbox(page2, L["Nameplate Threat"], 8, y,
|
||||
function() return cfg.nameplateThreat end,
|
||||
function(v) cfg.nameplateThreat = v end)
|
||||
y = y - 36
|
||||
|
||||
CreateSectionHeader(page2, L["Max Segments"], y)
|
||||
|
||||
Reference in New Issue
Block a user