mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2026-02-22 12:23:24 +00:00
UI improvements
This commit is contained in:
@@ -24,6 +24,12 @@ namespace MeshCentralRouter
|
||||
set { doubleClickComboBox.SelectedIndex = value; }
|
||||
}
|
||||
|
||||
public bool ShowSystemTray
|
||||
{
|
||||
get { return systemTrayCheckBox.Checked; }
|
||||
set { systemTrayCheckBox.Checked = value; }
|
||||
}
|
||||
|
||||
private void okButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
DialogResult = DialogResult.OK;
|
||||
|
||||
Reference in New Issue
Block a user