Skip to content

Commit

Permalink
Disable vcp until it woks better
Browse files Browse the repository at this point in the history
  • Loading branch information
mgth committed Dec 19, 2023
1 parent 5160364 commit 7ba1711
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ public class VcpPlugin(IMainService mainService) : IBootloader
{
public Task LoadAsync(IBootContext bootstrapper)
{
#if DEBUG
mainService.AddControlPlugin(c =>
c.AddViewModeButton<MonitorVcpViewMode>(
"vcp",
"Icon/MonitorVcp",
"Vcp control")
);
#endif
return Task.CompletedTask;
}

Expand Down

0 comments on commit 7ba1711

Please sign in to comment.