1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-01-08 11:13:15 +00:00

Improved self-update system.

This commit is contained in:
Ylian Saint-Hilaire
2022-05-24 16:52:58 -07:00
parent 3a1e8671be
commit 85657d2857
10 changed files with 167 additions and 19 deletions

View File

@@ -40,6 +40,12 @@ namespace MeshCentralRouter
set { systemTrayCheckBox.Checked = value; }
}
public bool CheckForUpdates
{
get { return checkForUpdatedCheckBox.Checked; }
set { checkForUpdatedCheckBox.Checked = value; }
}
public bool Exp_KeyboardHook
{
get { return exp_KeyboardHookCheckBox.Checked; }