Fixing Disable and Re-enable not working fixes #167
Correcting bugs that prevented the Disable and Enable option from working.
Using addon_name was never equal to the name in the AddonsList creating a scenario where disable and enable were never executed properly.
Added some conditions to handle disabling arcdps also disabling all other arcdps modules and same for re-enabling. (Should probably come back to redo this part as I think it doesn't handle some cases.)
Note: The delete option should probably be looked at.
Tested this PR and the disable/re-enable works (as it doesn't work with current master branch version), it would be nice to get this PR merged. Tagging @Friendly0Fire in case this PR got lost in the notifications
any feedback on why this is not merged yet?