Skip to content

Commit

Permalink
Disable Update PAC when started
Browse files Browse the repository at this point in the history
  • Loading branch information
chsbuffer committed Jan 7, 2021
1 parent b6afeab commit 4b374d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Netch/Forms/MainForm.Status.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ void StartDisableItems(bool enabled)
UninstallServiceToolStripMenuItem.Enabled =
UpdateACLToolStripMenuItem.Enabled =
updateACLWithProxyToolStripMenuItem.Enabled =
UpdateServersFromSubscribeLinksToolStripMenuItem.Enabled =
UninstallTapDriverToolStripMenuItem.Enabled =
ReloadModesToolStripMenuItem.Enabled = enabled;
updatePACToolStripMenuItem.Enabled =
UpdateServersFromSubscribeLinksToolStripMenuItem.Enabled =
UninstallTapDriverToolStripMenuItem.Enabled =
ReloadModesToolStripMenuItem.Enabled = enabled;
}

_state = value;
Expand Down

0 comments on commit 4b374d3

Please sign in to comment.