WoWInterface SVN EasyDND

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/EasyDND/opts
    from Rev 71 to Rev 72
    Reverse comparison

Rev 71 → Rev 72

options.lua
64,6 → 64,7
anti_counter = 0,
showcounter = true,
ubertooltip = false,
showarnings = true,
t = false, -- Don't modify
u = false, -- Don't modify
v = false, -- Don't modify
484,6 → 485,14
end,
order = 8,
},
showarnings = {
type = "toggle",
name = L["Lib warnings"],
desc = L["If checked, shows a warning notification when a missing library is detected."],
get = function() return _.db.profile.showarnings end,
set = function() _.db.profile.showarnings = not _.db.profile.showarnings end,
order = 8.5,
},
separator_ = {
type = "header",
name = L["EasyDND options"],