Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
There's a limitation regarding OMF's position saving.
If you save a profile and change oUFs positions afterwards the positions will be updated afterwards regardless. Exporting a profile however is working as intended.

fixes Lolzen/LolzenUI#15
  • Loading branch information
Lolzen committed Sep 20, 2019
1 parent fa0c421 commit 35dfa55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions profiles.lua
Expand Up @@ -2,11 +2,6 @@
local AceSerializer = LibStub:GetLibrary("AceSerializer-3.0")
local LibDeflate = LibStub:GetLibrary("LibDeflate")

--[[ ToDo:
handle LolzenUIcfgOMF
cleanup
]]

local f = CreateFrame("Frame")
f:SetScript("OnEvent", function(self, event, addon)
if addon == "LolzenUI_Options" then
Expand Down

0 comments on commit 35dfa55

Please sign in to comment.