1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

LeftBar Plugin Icon update

This commit is contained in:
Ryan Blenis 2019-11-09 17:26:24 -05:00
parent aca43d8ed7
commit 5e4bfb27b3
3 changed files with 12 additions and 0 deletions

View file

@ -1360,6 +1360,7 @@
QV('MainMenuMyFiles', siteRights & 8);
QV('LeftMenuMyFiles', siteRights & 8);
QV('MainMenuMyPlugins', (pluginHandler != null));
QV('LeftMenuMyPlugins', (pluginHandler != null));
if (((siteRights & 8) == 0) && (xxcurrentView == 5)) { setDialogMode(0); go(1); }
if (currentNode != null) { gotoDevice(currentNode._id, xxcurrentView, true); }