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:
parent
51ad07cb73
commit
885b10f975
5 changed files with 20 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue