Skip to content

Commit

Permalink
Fix for 10.0.5 Error when Opening Interface (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmethystEspeon authored Jan 25, 2023
1 parent b45bb70 commit 80a7379
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/exportInspectedBuild.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ function Module:OnSetSelectionOptions(dropdown)
end

function Module:UpdateExportButton()
if not self.exportButton then
return;
end
local talentsTab = ClassTalentFrame.TalentsTab;
if not talentsTab:IsInspecting() then
self.exportButton:Hide();
Expand Down

0 comments on commit 80a7379

Please sign in to comment.