Simple Addon Manager (SAM)

Simple Addon Manager (SAM)

39.5k Downloads

Feature Request: Show character addons only

Iowerth opened this issue ยท 3 comments

commented

Hi. Please add option when showing addons list will always show for current character only. It is implemented in LeatrixPlus and it is very useful.
When I installed your addon, I got this option disappeared and it is become very usefulness.
How it look in LeatrixPlus:

if LeaPlusLC["CharAddonList"] == "On" then
	-- Set the addon list to character by default
	if AddonCharacterDropDown and AddonCharacterDropDown.selectedValue then
		AddonCharacterDropDown.selectedValue = UnitName("player");
		AddonCharacterDropDownText:SetText(UnitName("player"))
	end
end
commented

With f879545, the UI should remember the selected option.

commented

If it helps, tflo posted a way you can edit the lua yourself to make it default to character addons. Near the bottom of this post: #33 (comment)

commented

@wheatbread perfect! Thank you very much!