mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 22:35:38 +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
|
|
@ -31,7 +31,7 @@ namespace SteamController.Managers
|
|||
if (!activated)
|
||||
{
|
||||
activated = true;
|
||||
context.RequestDesktopMode = false;
|
||||
context.ToggleDesktopMode(false);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
@ -39,7 +39,7 @@ namespace SteamController.Managers
|
|||
if (activated)
|
||||
{
|
||||
activated = false;
|
||||
context.RequestDesktopMode = true;
|
||||
context.ToggleDesktopMode(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue