Skip to content

Commit

Permalink
fix(Tokens): Add DF/TWW dual compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
Cilraaz committed Jun 7, 2024
1 parent 6527ced commit 1fd2daf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion TBag/Tokens.lua
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,9 @@ function Tokens.ScanAndUpdate()
Tokens.Update(TBnkFrame_TokenFrame)
end

TokenFramePopup.BackpackCheckbox.Text:SetText(L["Show on TBag"])
if TokenFramePopup.BackpackCheckbox then
TokenFramePopup.BackpackCheckbox.Text:SetText(L["Show on TBag"])
else
TokenFramePopup.BackpackCheckBox.Text:SetText(L["Show on TBag"])
end
TOKEN_SHOW_ON_BACKPACK = L["Checking this option will allow you to track this currency type in TBag for this character.\n\nYou can also Shift-click a currency to add or remove it from being tracked in TBag."]

0 comments on commit 1fd2daf

Please sign in to comment.