mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
Maybe will show notification on controller changed
This commit is contained in:
parent
17a71dc110
commit
b977003efa
6 changed files with 36 additions and 10 deletions
|
|
@ -28,13 +28,13 @@ namespace SteamController.Profiles
|
|||
{
|
||||
if (!c.SelectNext())
|
||||
{
|
||||
c.RequestDesktopMode = !c.RequestDesktopMode;
|
||||
c.ToggleDesktopMode();
|
||||
}
|
||||
return Status.Done;
|
||||
}
|
||||
else if (c.Steam.BtnOptions.HoldNext(HoldToSwitchDesktop, ShortcutConsumed, "SwitchToDesktop"))
|
||||
{
|
||||
c.RequestDesktopMode = !c.RequestDesktopMode;
|
||||
c.ToggleDesktopMode();
|
||||
return Status.Done;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue