Uninstall and disable buttons are missing for the add-on in module loader

Hello,

Need an help! I noticed that uninstall and disable buttons are missing for the add-on in module loader. How to get it back? I want to uninstall an add-on. I can see buttons for couple of add-ons but it is missing from the add-on that I want to uninstall.

Thanks in advance! :melting_face:

I believe this is related to the files in upload/upgrades/module (if I recall correctly).

There’s probably some manifest, maybe also come directory or zip with the files that were changed during installation. But this might not always be there, and if it isn’t I don’t think you will be able to re-create it. You can only try looking for all references to the add-on and removing it manually.

Be careful because it might break your system if you remove a file but not the code that references that file.

1 Like

Thanks a lot! I will try to remove it manually.