Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-07-05 05:58:39 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-07-05 05:58:39 +0300
commit0a9663b038084ef6eae63ebdb5176ff864b3d4f1 (patch)
treee6c3313c7da6ca749a52e2983416d7a9acac19df /MainForm.cs
parentd317dcc9a673c6928ca61efc8e34fe2618b90215 (diff)
New MD5, fix for #1342
Diffstat (limited to 'MainForm.cs')
-rw-r--r--MainForm.cs1
1 files changed, 1 insertions, 0 deletions
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;