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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user