Skip to content

Commit ade8816

Browse files
committed
match upstream
1 parent 7f0bd1b commit ade8816

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LittleBigMouse.Plugins/LittleBigMouse.Plugin.Vcp.Avalonia/VcpScreenViewModel.cs

+4
Original file line numberDiff line numberDiff line change
@@ -587,4 +587,8 @@ void SwitchSource()
587587
Vcp.SetSource(12);
588588
}
589589

590+
public override void OnDispose()
591+
{
592+
VcpExpendMonitor.Stop();
593+
}
590594
}

0 commit comments

Comments
 (0)