Skip to content

Commit 72cb55f

Browse files
committed
fix: raw command doesn't update from outside sources
1 parent c8c12ed commit 72cb55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VoiceMeeterPlugin/Actions/RawCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ protected override Boolean OnLoad()
6565
{
6666
this.VmService.Parameters
6767
.TakeUntil(this.OnDestroy)
68-
.Subscribe(_ => this.AdjustmentValueChanged());
68+
.Subscribe(_ => this.ActionImageChanged());
6969

7070
return base.OnLoad();
7171
}

0 commit comments

Comments
 (0)