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