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:
@@ -12,4 +12,7 @@ class PassivePlugin:
|
||||
pass
|
||||
|
||||
async def start(self):
|
||||
pass# Empty stub
|
||||
pass
|
||||
|
||||
async def stop(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user