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

Fixed desktop/terminal on platfroms that don't support user notification.

This commit is contained in:
Ylian Saint-Hilaire 2019-05-08 16:18:44 -07:00
parent 51ad07cb73
commit 885b10f975
5 changed files with 20 additions and 17 deletions

File diff suppressed because one or more lines are too long

View file

@ -3832,7 +3832,6 @@
if (terminalAccess) { setupTerminal(); }
if (fileAccess) { setupFiles(); }
var consoleRights = ((meshrights & 16) != 0);
console.log('consoleRights', consoleRights);
if (consoleRights) { setupConsole(); } else { if (panel == 15) { panel = 10; } }
// Show or hide the tabs