Skip to content

Commit

Permalink
tiny type changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds committed Apr 23, 2024
1 parent 468fb51 commit 6563169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WeakAuras/WeakAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ WeakAuras.timer = timer
local loginQueue = {}
local queueshowooc

---@return integer version
function WeakAuras.InternalVersion()
return internalVersion;
end
Expand Down Expand Up @@ -151,6 +152,7 @@ function Private.LoadOptions(msg)
return true;
end

---@private
function WeakAuras.OpenOptions(msg)
if Private.NeedToRepairDatabase() then
StaticPopup_Show("WEAKAURAS_CONFIRM_REPAIR", nil, nil, {reason = "downgrade"})
Expand Down Expand Up @@ -243,6 +245,7 @@ end

if not WeakAuras.IsLibsOK() then return end

---@private
function WeakAuras.ToggleMinimap()
WeakAurasSaved.minimap.hide = not WeakAurasSaved.minimap.hide
if WeakAurasSaved.minimap.hide then
Expand Down

0 comments on commit 6563169

Please sign in to comment.