mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 14:25:40 +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
|
|
@ -23,7 +23,7 @@ namespace SteamController.Managers
|
|||
|
||||
public override void Tick(Context context)
|
||||
{
|
||||
context.GameProcessRunning = FindActivationProcess() is not null;
|
||||
context.State.GameProcessRunning = FindActivationProcess() is not null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue