diff options
| author | marios <marios8543@gmail.com> | 2025-10-07 01:08:39 +0300 |
|---|---|---|
| committer | marios <marios8543@gmail.com> | 2025-10-07 01:08:39 +0300 |
| commit | 6640279ab341b95605c71165dc1c295afbf77a58 (patch) | |
| tree | d3b2c50541295a1a5a794d2d6abddd893e9354f8 /backend/decky_loader/plugin | |
| parent | 6fba20239b305e92a79b360ee87850f8f2d9b62e (diff) | |
| download | decky-loader-6640279ab341b95605c71165dc1c295afbf77a58.tar.gz decky-loader-6640279ab341b95605c71165dc1c295afbf77a58.zip | |
add frontend
Diffstat (limited to 'backend/decky_loader/plugin')
| -rw-r--r-- | backend/decky_loader/plugin/plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/decky_loader/plugin/plugin.py b/backend/decky_loader/plugin/plugin.py index 61de4b1f..a7edaa45 100644 --- a/backend/decky_loader/plugin/plugin.py +++ b/backend/decky_loader/plugin/plugin.py @@ -41,6 +41,7 @@ class PluginWrapper: self.author = json["author"] self.flags = json["flags"] self.api_version = json["api_version"] if "api_version" in json else 0 + self.disabled = False self.passive = not path.isfile(self.file) |
