Set ActiveMonitorMode false by default

This commit is contained in:
Jaex 2022-02-23 14:28:12 +03:00
parent 22c2179796
commit a7fca59d1e

View file

@ -80,7 +80,7 @@ public class RegionCaptureOptions
public int InputDelay = 500;
public bool SwitchToDrawingToolAfterSelection = false;
public bool SwitchToSelectionToolAfterDrawing = false;
public bool ActiveMonitorMode = true;
public bool ActiveMonitorMode = false;
// Annotation
public AnnotationOptions AnnotationOptions = new AnnotationOptions();