mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Fixed handling of Pending in automation.
This commit is contained in:
parent
3b5f89e6a1
commit
8b8f85dd85
4 changed files with 4 additions and 4 deletions
|
|
@ -753,7 +753,7 @@ public class StateListener : IDisposable
|
|||
state.BaseData.Parameters.Set(flag, newValue);
|
||||
model.ApplySingleParameterData(flag, state.ModelData.Parameters);
|
||||
break;
|
||||
case StateChanged.Source.Outstanding:
|
||||
case StateChanged.Source.Pending:
|
||||
state.BaseData.Parameters.Set(flag, newValue);
|
||||
if (_config.UseAdvancedParameters)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue