Be able to remove orphans
Opened this issue · 3 comments
Is your feature request related to a problem?
The clicked.lua file can have entries that aren't shown in the UI but are part of the same profile.
Describe the solution you'd like
Have a button to remove any orphans if they exist OR have the addon automatically remove the entries and possibly put them in an "archive" just so we can tell when something is cleaned up for troubleshooting purposes.
Describe alternatives you've considered
manually cleaning up the clicked.lua, very risky and prone to human error.
Additional context
none.
Hm, this shouldn't happen. Do you have a clicked.lua file where this is the case?
I'll fix whatever is causing it and automatically remove all orphans then :)
Clicked.zip
it could be orphans or duplicates. The spell with the issue is whirling surge spell ID #361584 bound to Numpad 3.
To clarify the scope of the ask. If a bind is configured to be a GLOBAL then remove all non-global instances where the GLOBAL is in scope. I believe that's the easiest way to "fix" the issues. That's probably more easily done than a code change to "filter". just a guess.