From 6ad97797d012ca6943cddcc9cd5bcd857cfd1fbd Mon Sep 17 00:00:00 2001 From: Jaex Date: Wed, 25 Jan 2017 16:16:17 +0300 Subject: [PATCH] Release --- ShareX/ApplicationConfig.cs | 2 +- ShareX/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ShareX/ApplicationConfig.cs b/ShareX/ApplicationConfig.cs index 1c65b37dc..92a3f8d7d 100644 --- a/ShareX/ApplicationConfig.cs +++ b/ShareX/ApplicationConfig.cs @@ -273,7 +273,7 @@ public ApplicationConfig() #region Actions toolbar public List ActionsToolbarList = new List() { HotkeyType.RectangleRegion, HotkeyType.PrintScreen, HotkeyType.ScreenRecorder, - HotkeyType.None, HotkeyType.FileUpload, HotkeyType.ClipboardUploadWithContentViewer, HotkeyType.None, HotkeyType.ScreenColorPicker }; + HotkeyType.None, HotkeyType.FileUpload, HotkeyType.ClipboardUploadWithContentViewer }; public bool ActionsToolbarRunAtStartup = false; diff --git a/ShareX/Program.cs b/ShareX/Program.cs index cc34a3eff..3040ad26d 100644 --- a/ShareX/Program.cs +++ b/ShareX/Program.cs @@ -71,7 +71,7 @@ public static string Title public static string TitleLong => $"{Title} ({Build})"; - public static bool Beta { get; } = true; + public static bool Beta { get; } = false; public static bool MultiInstance { get; private set; } public static bool Portable { get; private set; } public static bool PortableApps { get; private set; }