1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

Added upload to file manager.

This commit is contained in:
Ylian Saint-Hilaire
2020-09-18 17:27:53 -07:00
parent e21a115e90
commit 4deea28edd
23 changed files with 7186 additions and 314 deletions

View File

@@ -659,7 +659,10 @@ namespace MeshCentralRouter
noDevicesLabel.Visible = true;
if ((meshcentral != null) && (meshcentral.nodes != null))
{
foreach (NodeClass n in meshcentral.nodes.Values) { if (n.desktopViewer != null) { n.desktopViewer.Close(); } }
foreach (NodeClass n in meshcentral.nodes.Values) {
if (n.desktopViewer != null) { n.desktopViewer.Close(); }
if (n.fileViewer != null) { n.fileViewer.Close(); }
}
}
// Clean up the server