Skip to content

Commit

Permalink
Fixed Screenshot option
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Aug 30, 2024
1 parent 2037b01 commit 2f822f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KethoInstanceTimer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ function KIT:Finalize()
end

if profile.Screenshot then
C_Timer.After(1, Screenshot)
C_Timer.After(1, function() Screenshot() end)
end

-- pause LibDataBroker display
Expand Down

0 comments on commit 2f822f0

Please sign in to comment.