mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 21:02:00 +00:00
Add windows stub for restart_webhelper
This commit is contained in:
@@ -51,3 +51,6 @@ def get_unprivileged_path() -> str:
|
|||||||
|
|
||||||
def get_unprivileged_user() -> str:
|
def get_unprivileged_user() -> str:
|
||||||
return os.getenv("UNPRIVILEGED_USER", os.getlogin())
|
return os.getenv("UNPRIVILEGED_USER", os.getlogin())
|
||||||
|
|
||||||
|
async def restart_webhelper() -> bool:
|
||||||
|
return True # Stubbed
|
||||||
Reference in New Issue
Block a user