Skip to content

Commit

Permalink
Changed default color to yellow
Browse files Browse the repository at this point in the history
Also Added in vmix controls. If you want to change the shortcuts you will need to edit lines 149 and 155
  • Loading branch information
Tdash2 authored Apr 30, 2023
1 parent f00641d commit e906cf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public MainWindow()
InkControls.whiteboard = theWhiteboard;
optionsDialogue.whiteboard = theWhiteboard;
optionsDialogue.background = theBackground;
theWhiteboard.SetPenColour(Colors.Yellow);



Expand Down Expand Up @@ -202,4 +203,4 @@ public ICommand handleSelectThickness
#endregion

}
}
}

0 comments on commit e906cf7

Please sign in to comment.