mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 06:15:26 +00:00
Fix using Playnite to launch Steam game where on exit Desktop was activated
This commit is contained in:
parent
381f940d8b
commit
c2f37dedd9
6 changed files with 56 additions and 23 deletions
|
|
@ -26,7 +26,8 @@ namespace SteamController
|
|||
},
|
||||
Managers = {
|
||||
new Managers.ProcessManager(),
|
||||
new Managers.SteamManager()
|
||||
new Managers.SteamManager(),
|
||||
new Managers.ProfileSwitcher()
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue