LeftBar Plugin Icon update

This commit is contained in:
Ryan Blenis
2019-11-09 17:26:24 -05:00
parent 53a2d5ab59
commit 06cbf93934
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); }