mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 23:03:59 +00:00
Add ContextState to compare all active states in Bulk
This commit is contained in:
parent
ffcdd8f82c
commit
8604e67568
8 changed files with 28 additions and 40 deletions
|
|
@ -196,7 +196,7 @@ namespace SteamController
|
|||
}
|
||||
else if (context.Enabled)
|
||||
{
|
||||
if (context.SteamUsesSteamInput)
|
||||
if (context.State.SteamUsesSteamInput)
|
||||
{
|
||||
notifyIcon.Icon = isDesktop ? Resources.monitor_off : Resources.microsoft_xbox_controller_off;
|
||||
notifyIcon.Text = TitleWithVersion + ". Steam uses Steam Input";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue