fix(apps): exit steam big picture mode on session end (#3808)

This commit is contained in:
Vladimir Romashchenko 2025-04-22 22:43:13 -04:00 committed by GitHub
commit 65b0217a90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 36 additions and 15 deletions

View file

@ -22,6 +22,12 @@
"detached": [
"setsid steam steam://open/bigpicture"
],
"prep-cmd": [
{
"do": "",
"undo": "setsid steam steam://close/bigpicture"
}
],
"image-path": "steam.png"
}
]