Eliote / SimpleAddonManager

A simple to use Addon Manager with profile, search, category filter, and more.
https://www.curseforge.com/wow/addons/simple-addon-manager
MIT License
4 stars 3 forks source link

Feature Request: Show character addons only #31

Closed Iowerth closed 8 months ago

Iowerth commented 1 year ago

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
wheatbread commented 8 months ago

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: https://github.com/Eliote/SimpleAddonManager/issues/33#issuecomment-1804475690

Iowerth commented 8 months ago

@wheatbread perfect! Thank you very much!

Eliote commented 8 months ago

With f879545f442ec6b90412f6e240889d6d547e3c1d, the UI should remember the selected option.