diff --git a/ShareX.ScreenCaptureLib/RegionCaptureOptions.cs b/ShareX.ScreenCaptureLib/RegionCaptureOptions.cs index e513f2d20..49a0414c3 100644 --- a/ShareX.ScreenCaptureLib/RegionCaptureOptions.cs +++ b/ShareX.ScreenCaptureLib/RegionCaptureOptions.cs @@ -56,7 +56,7 @@ public class RegionCaptureOptions new SnapSize(1280, 720), // 720p new SnapSize(1920, 1080) // 1080p }; - public bool ShowTips = true; + public bool ShowTips = false; public bool ShowInfo = true; public bool ShowMagnifier = true; public bool UseSquareMagnifier = false;