Skip to content

Commit

Permalink
fix: raw command doesn't update from outside sources
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev committed Oct 3, 2024
1 parent c8c12ed commit 72cb55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VoiceMeeterPlugin/Actions/RawCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected override Boolean OnLoad()
{
this.VmService.Parameters
.TakeUntil(this.OnDestroy)
.Subscribe(_ => this.AdjustmentValueChanged());
.Subscribe(_ => this.ActionImageChanged());

return base.OnLoad();
}
Expand Down

0 comments on commit 72cb55f

Please sign in to comment.