remove Injector SolutionName constant (#27493)

remove stupid constant
This commit is contained in:
Ed
2024-04-30 00:29:15 +03:00
committed by GitHub
parent 2cfc12c134
commit 91028a5149
4 changed files with 9 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ public sealed class InjectorStatusControl : Control
{
base.FrameUpdate(args);
if (!_solutionContainers.TryGetSolution(_parent.Owner, InjectorComponent.SolutionName, out _, out var solution))
if (!_solutionContainers.TryGetSolution(_parent.Owner, _parent.Comp.SolutionName, out _, out var solution))
return;
// only updates the UI if any of the details are different than they previously were