mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 00:37:49 +00:00
Add stop functionality
This commit is contained in:
@@ -30,5 +30,8 @@ class PluginWrapper:
|
||||
def start(self):
|
||||
return self.backend.start()
|
||||
|
||||
def stop(self):
|
||||
return self.backend.stop()
|
||||
|
||||
def __str__(self) -> str:
|
||||
return self.name
|
||||
|
||||
Reference in New Issue
Block a user