Skip to content

Commit

Permalink
Don't reopen loot frame after login
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirri777 committed Nov 17, 2024
1 parent 43ca710 commit 0de4056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,6 @@ function AddOn:ADDON_LOADED(addon)

-- Set window position
self.lootFrame:SetPoint(self.db.lootWindow[1], self.db.lootWindow[2], self.db.lootWindow[3])
-- Reopen window if left opened on uireload/exit
if self.db.lootWindowOpen then self.lootFrame:Show() end

-- Replace config with saved one
self.Config = self.db.config
Expand Down

0 comments on commit 0de4056

Please sign in to comment.