Skip to content

Commit 7ba1711

Browse files
committed
Disable vcp until it woks better
1 parent 5160364 commit 7ba1711

File tree

1 file changed

+2
-0
lines changed
  • LittleBigMouse.Plugins/LittleBigMouse.Plugin.Vcp.Avalonia

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ public class VcpPlugin(IMainService mainService) : IBootloader
3434
{
3535
public Task LoadAsync(IBootContext bootstrapper)
3636
{
37+
#if DEBUG
3738
mainService.AddControlPlugin(c =>
3839
c.AddViewModeButton<MonitorVcpViewMode>(
3940
"vcp",
4041
"Icon/MonitorVcp",
4142
"Vcp control")
4243
);
44+
#endif
4345
return Task.CompletedTask;
4446
}
4547

0 commit comments

Comments
 (0)