From 0a9663b038084ef6eae63ebdb5176ff864b3d4f1 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Thu, 5 Jul 2018 05:58:39 +0300 Subject: New MD5, fix for #1342 --- MainForm.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MainForm.cs') diff --git a/MainForm.cs b/MainForm.cs index 65eb5503..4ccb317e 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -159,6 +159,7 @@ namespace com.clusterrr.hakchi_gui public MainForm() { InitializeComponent(); + toolFlashTheWholeNANDStripMenuItem.Visible = Control.ModifierKeys == Keys.Shift; Clovershell = new ClovershellConnection() { AutoReconnect = true, Enabled = true }; Clovershell.OnConnected += Clovershell_OnConnected; -- cgit v1.2.3