mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed X11 detect, added browser full screen.
This commit is contained in:
parent
2f7399cd58
commit
1f4816db21
7 changed files with 64 additions and 2192 deletions
|
@ -19,6 +19,7 @@ process.on('uncaughtException', function (ex) {
|
|||
require('MeshAgent').SendCommand({ "action": "msg", "type": "console", "value": "uncaughtException1: " + ex });
|
||||
});
|
||||
|
||||
// NOTE: This seems to cause big problems, don't enable the debugger in the server's meshcore.
|
||||
//attachDebugger({ webport: 9999, wait: 1 }).then(function (prt) { console.log('Point Browser for Debug to port: ' + prt); });
|
||||
|
||||
// Mesh Rights
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue