Skip to content

Commit

Permalink
Fix type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Aug 13, 2024
1 parent ab03280 commit 374429f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function Opt:Show()
tooltipControl:SetChecked(KT.Global.TOOLTIP)
printNew:SetChecked(KT.Global.PRINTNEW)
countGroup:SetChecked(KT.Global.COUNT_GROUP)
threshold:SetText(KT.Global.ACHIEV_THRESHOLD)
threshold:SetText(tostring(KT.Global.ACHIEV_THRESHOLD))
minimap:SetChecked(not KT.Global.BROKER.MINIMAP.hide)
disableDungeons:SetChecked(KT.Global.DISABLE_DUNGEONS)
disableRaids:SetChecked(KT.Global.DISABLE_RAIDS)
Expand Down

0 comments on commit 374429f

Please sign in to comment.