From 92b2c2f6bd2ba9639aeaa5214a7e8185dc845e7c Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Fri, 23 Feb 2018 18:29:49 +0300 Subject: Tiny bugfix --- MainForm.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MainForm.cs') 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; } -- cgit v1.2.3