mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
Improve profile selection to remove special handling of IsDesktop
This commit is contained in:
parent
44e5751d75
commit
6ea0329cbb
8 changed files with 84 additions and 89 deletions
|
|
@ -31,7 +31,7 @@ namespace SteamController.Managers
|
|||
if (!activated)
|
||||
{
|
||||
activated = true;
|
||||
context.ToggleDesktopMode(false);
|
||||
context.SelectController();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
@ -39,7 +39,7 @@ namespace SteamController.Managers
|
|||
if (activated)
|
||||
{
|
||||
activated = false;
|
||||
context.ToggleDesktopMode(true);
|
||||
context.BackToDefault();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue