From b243116c7505e826f2e5eb811286060232f66728 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sat, 1 Oct 2016 14:01:27 +0300 Subject: [PATCH] Don't show region capture tips by default --- ShareX.ScreenCaptureLib/RegionCaptureOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;