Skip to content

Commit

Permalink
TOC Bump
Browse files Browse the repository at this point in the history
Changed Name in AddOn-Settings menu
  • Loading branch information
fuba82 committed Dec 17, 2024
1 parent 8cf6042 commit 95b7c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BetterIceFishing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ end
function addon:CreateSettings()
local optionsFrame
optionsFrame = CreateFrame("Frame")
category, layout = Settings.RegisterCanvasLayoutCategory(optionsFrame, "|rBetter |cff00a2e8Ice|r Fishing|r |Tinterface/cursor/crosshair/fishing:18:18:0:0|t");
category, layout = Settings.RegisterCanvasLayoutCategory(optionsFrame, "Better Ice Fishing|r |Tinterface/cursor/crosshair/fishing:18:18:0:0|t");
category.ID = "BetterIceFishing";
Settings.RegisterAddOnCategory(category);

Expand Down
2 changes: 1 addition & 1 deletion BetterIceFishing.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 110005
## Interface: 110007
## Title: |cffeee4aeBetter|r |cff0080ffIce|r |cffeee4aeFishing|r
## Notes: |cff58c6faIce Fishing with a single Keybind and Enhanced Sounds in Dragonflight!|r|n|n|cffffc700Slash command: /bif, /bettericefishing|r
## Author: fuba
Expand Down

0 comments on commit 95b7c5c

Please sign in to comment.