Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
fix #39
Browse files Browse the repository at this point in the history
  • Loading branch information
wardz committed Jun 21, 2023
1 parent 659e742 commit 8ccf966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Diminish/Diminish.lua
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function Diminish:PLAYER_LOGIN()

local Masque = LibStub and LibStub("Masque", true)
NS.MasqueGroup = Masque and Masque:Group("Diminish")
if EditModeManagerFrame then
if EditModeManagerFrame and EditModeManagerFrame.UseRaidStylePartyFrames then
NS.useCompactPartyFrames = EditModeManagerFrame:UseRaidStylePartyFrames()
else
NS.useCompactPartyFrames = GetCVarBool("useCompactPartyFrames")
Expand Down
2 changes: 1 addition & 1 deletion Diminish_Options/testmode.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function TestMode:ToggleArenaAndPartyFrames(state, forceHide)
end

local useCompact = GetCVarBool("useCompactPartyFrames")
if EditModeManagerFrame then
if EditModeManagerFrame and EditModeManagerFrame.UseRaidStylePartyFrames then
useCompact = EditModeManagerFrame:UseRaidStylePartyFrames()
end
if useCompact and settings.party.enabled and showFlag then
Expand Down

0 comments on commit 8ccf966

Please sign in to comment.