diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2023-03-05 19:03:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-05 19:03:54 -0800 |
| commit | b0bf2b1cd1424b174c1c449c34711a48a2c1115e (patch) | |
| tree | f206f44839034fe341a675d5e0f9e0b29b079d41 | |
| parent | 6df09f9fcb1d8331bacab52e3c9266eeb8f76f3f (diff) | |
| download | decky-bazzite-buddy-b0bf2b1cd1424b174c1c449c34711a48a2c1115e.tar.gz decky-bazzite-buddy-b0bf2b1cd1424b174c1c449c34711a48a2c1115e.zip | |
Revert due to changes breaking plugins
| -rw-r--r-- | decky_plugin.pyi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/decky_plugin.pyi b/decky_plugin.pyi index 72e1686..6f7e580 100644 --- a/decky_plugin.pyi +++ b/decky_plugin.pyi @@ -36,14 +36,6 @@ It would be `root` if `root` was specified in the plugin's flags otherwise the u e.g.: `deck` """ -USER_ID: int -""" -The effective UID running the process. -Environment variable: `UID`. -It would be `0` if `root` was specified in the plugin's flags otherwise the id of the user whose home decky resides in. -e.g.: `1000` -""" - DECKY_VERSION: str """ The version of the decky loader. @@ -58,12 +50,6 @@ Environment variable: `DECKY_USER`. e.g.: `deck` """ -DECKY_USER_ID: int -""" -The UID of the user whose home decky resides in. -Environment variable: `DECKY_USER_ID`. -e.g.: `1000` -""" DECKY_USER_HOME: str """ |
