Skip to content

Commit

Permalink
#1: Changed the window title to "PLAYER_NAME's List"
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Sep 16, 2019
1 parent dab945f commit 14a03dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TodoChecklister.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function TodoChecklisterFrame:OnLoad(frame)
ResponsiveFrame:OnLoad(frame)

-- Set up elements
frame.Title:SetText(Constants.addonName)
frame.Title:SetText(UnitName("player").."'s List")

local scrollFrame = frame.ScrollFrame
scrollFrame.update = function() TodoChecklisterFrame:OnUpdate() end
Expand Down

0 comments on commit 14a03dc

Please sign in to comment.