Skip to content

Commit

Permalink
tww prepratch fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
derfloh205 committed Aug 12, 2024
1 parent 379084f commit 0db23ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Init/Init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ function LoadoutReminder.INIT:InitOptionsPanel()
parent = optionsPanel, anchorPoints = { { anchorParent = optionsPanel } },
text = f.white("Use " .. f.whisper("/lor config") .. " to configure " .. f.l("LoadoutReminder"))
}
InterfaceOptions_AddCategory(optionsPanel)
local category = Settings.RegisterCanvasLayoutCategory(optionsPanel, optionsPanel.name)
Settings.RegisterAddOnCategory(category)
end

function LoadoutReminder.INIT:InitializeSlashCommands()
Expand Down
4 changes: 2 additions & 2 deletions LoadoutReminder.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100205
## Interface: 110000
## DefaultState: enabled

## Title: LoadoutReminder
Expand All @@ -8,7 +8,7 @@
## X-Wago-ID: n6VPOLGd
## X-WoWI-ID: 26653
## SavedVariablesPerCharacter: LoadoutReminderDB
## Version: 6.1.1
## Version: 6.2.0
## OptionalDeps: BetterAddonList, AddonControlPanel, TalentLoadoutManager

embeds.xml
Expand Down
4 changes: 2 additions & 2 deletions Modules/News/News.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ function LoadoutReminder.NEWS:GET_NEWS()
local d = LoadoutReminder.GUTIL:ColorizeText("-", LoadoutReminder.GUTIL.COLORS.GREEN)
return string.format(
[[
%1$s Refactored internal db structure
%1$s Moved options to custom panel
%1$s Updated systems for TWW
%1$s Dungeon/Raid List Update WIP
]], d)
end

Expand Down

0 comments on commit 0db23ff

Please sign in to comment.