Disable the Minimap Button option in the config if LDBIcon was not found
This commit is contained in:
parent
1b57bf66c3
commit
fb1d9f352a
1 changed files with 1 additions and 0 deletions
1
Omen.lua
1
Omen.lua
|
|
@ -1764,6 +1764,7 @@ local options = {
|
|||
db.MinimapIcon.hide = not value
|
||||
if value then LDBIcon:Show("Omen") else LDBIcon:Hide("Omen") end
|
||||
end,
|
||||
disabled = function() return not LDBIcon end,
|
||||
},
|
||||
IgnorePlayerPets = {
|
||||
type = "toggle",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue