mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-16 08:13:25 +00:00
Added edit/run buttons on custom apps.
This commit is contained in:
@@ -78,6 +78,7 @@ namespace MeshCentralRouter
|
||||
private void UpdateInfo()
|
||||
{
|
||||
removeButton.Enabled = (mainListView.SelectedItems.Count > 0);
|
||||
runButton.Enabled = editButton.Enabled = (mainListView.SelectedItems.Count == 1);
|
||||
}
|
||||
|
||||
private void removeButton_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user