You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, I want to temporarily disable an add-on, leaving it easily possible to enable in the GUI. However, I currently have to uninstall and reinstall the add-on, instead.
The text was updated successfully, but these errors were encountered:
FixesStremio#725
Add functionality to disable and enable add-ons without uninstalling them.
* **`src/common/AddonDetailsModal/AddonDetailsModal.js`**
- Add "Disable" button for installed add-ons.
- Add "Enable" button for disabled add-ons.
- Modify `modalButtons` to include the new buttons.
* **`src/routes/Addons/Addon/Addon.js`**
- Add "Disable" button for installed add-ons.
- Add "Enable" button for disabled add-ons.
- Modify `toggleButtonOnClick` function to handle disabling and enabling add-ons.
- Update PropTypes to include `disabled`.
* **`src/services/Core/Core.js`**
- Add method to disable an add-on.
- Add method to enable an add-on.
Sometimes, I want to temporarily disable an add-on, leaving it easily possible to enable in the GUI. However, I currently have to uninstall and reinstall the add-on, instead.
The text was updated successfully, but these errors were encountered: