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-02-23 18:29:49 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-23 18:37:51 +0300
commit92b2c2f6bd2ba9639aeaa5214a7e8185dc845e7c (patch)
treee53a3d6c57dd6490336d0993455e45acf7d2fc57 /MainForm.cs
parent509b3f316b29d6b5ee61752b91e9015c5c6e8623 (diff)
Tiny bugfix
Diffstat (limited to 'MainForm.cs')
-rw-r--r--MainForm.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MainForm.cs b/MainForm.cs
index 2480dae2..13ed0579 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -170,7 +170,10 @@ namespace com.clusterrr.hakchi_gui
ftpServer.LocalPort = 1021;
if (ConfigIni.FtpServer)
+ {
+ openFTPInExplorerToolStripMenuItem.Enabled = FTPToolStripMenuItem.Checked = true;
FTPToolStripMenuItem_Click(null, null);
+ }
if (ConfigIni.TelnetServer)
Clovershell.ShellEnabled = shellToolStripMenuItem.Checked = true;
}