:bug:fix a bug

This commit is contained in:
Amazing_DM
2020-04-24 10:33:20 +08:00
parent 0c63d8c80d
commit be1e8eb8e6

View File

@@ -919,6 +919,7 @@ namespace Netch.Forms
}
else
{
ControlButton.Enabled = false;
ControlButton.Text = "...";
StatusLabel.Text = $"{Utils.i18N.Translate("Status")}{Utils.i18N.Translate(": ")}{Utils.i18N.Translate("Stopping")}";
@@ -946,6 +947,9 @@ namespace Netch.Forms
ControlButton.Enabled = true;
ProfileGroupBox.Enabled = true;
updateACLWithProxyToolStripMenuItem.Enabled = true;
UpdateServersFromSubscribeLinksToolStripMenuItem.Enabled = true;
ControlButton.Text = Utils.i18N.Translate("Start");
StatusLabel.Text = $"{Utils.i18N.Translate("Status")}{Utils.i18N.Translate(": ")}{Utils.i18N.Translate("Stopped")}";
State = Models.State.Stopped;