mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- made sure the options table gets the LibDualSpec treatment regardless of whether the mod is enabled or not
This commit is contained in:
@ -666,7 +666,7 @@ function IceHUD_Options:OnLoad()
|
||||
self.options.args.profiles = LibStub("AceDBOptions-3.0"):GetOptionsTable(IceHUD.db)
|
||||
|
||||
-- Add dual-spec support
|
||||
if IceHUD.db.profile.enable and LibDualSpec then
|
||||
if IceHUD.db ~= nil and LibDualSpec then
|
||||
LibDualSpec:EnhanceOptions(IceHUD_Options.options.args.profiles, IceHUD.db)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user