We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c12ed commit 72cb55fCopy full SHA for 72cb55f
src/VoiceMeeterPlugin/Actions/RawCommand.cs
@@ -65,7 +65,7 @@ protected override Boolean OnLoad()
65
{
66
this.VmService.Parameters
67
.TakeUntil(this.OnDestroy)
68
- .Subscribe(_ => this.AdjustmentValueChanged());
+ .Subscribe(_ => this.ActionImageChanged());
69
70
return base.OnLoad();
71
}
0 commit comments