![]() |
Summary | Restores the UI to its original state via a saved JSON config. |
![]() |
Repository | https://github.com/Serechops/Serechops-Stash/blob/main/plugins/stashDisableAll/stashEnableFromSave |
![]() |
Source URL | https://serechops.github.io/Serechops-Stash/index.yml |
![]() |
Install | How to install a plugin? |
Companion plugin
Script re-enables plugins based on the saved state.
Script
enable_plugins_and_interface.py
: Re-enables plugins and interface options based on the saved state inenabled_plugins.json
.
Script Details
enable_plugins_and_interface.py
This script performs the following actions:
- Loads the saved state of plugins and interface options from enabled_plugins.json.
- Re-enables the plugins based on the saved state.
- Re-enables the interface options based on the saved state.
- Reloads the plugin configurations.