This commit is contained in:
Jaex 2017-01-25 16:16:17 +03:00
parent f1f996624c
commit 6ad97797d0
2 changed files with 2 additions and 2 deletions

View file

@ -273,7 +273,7 @@ public ApplicationConfig()
#region Actions toolbar
public List<HotkeyType> ActionsToolbarList = new List<HotkeyType>() { 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;

View file

@ -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; }