save position of frames and load them on login

This commit is contained in:
Eric Mauser
2016-06-19 00:01:11 +02:00
parent 7fd8d44289
commit d47f74a4f6
11 changed files with 95 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ pfUI:RegisterModule("player", function ()
pfUI.uf.player:SetWidth(pfUI_config.unitframes.player.width)
pfUI.uf.player:SetHeight(pfUI_config.unitframes.player.height+pfUI_config.unitframes.player.pheight)
pfUI.uf.player:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOM", -75, 125)
pfUI.utils:loadPosition(pfUI.uf.player)
pfUI.uf.player:RegisterForClicks('LeftButtonUp', 'RightButtonUp')
pfUI.uf.player:SetScript("OnClick", function ()
if arg1 == "RightButton" then