mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:11:56 +00:00
@@ -53,3 +53,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