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

Terminal fullscreen close button now on right, #3819

This commit is contained in:
Ylian Saint-Hilaire 2022-03-29 22:10:47 -07:00
parent d364ea4b12
commit 3e0b76d423
2 changed files with 2 additions and 2 deletions

View file

@ -4244,7 +4244,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
break;
}
case 'uicustomevent': {
// Event the change
// Event the custom UI action
var message = { etype: 'user', userid: user._id, username: user.name, action: 'uicustomevent', domain: domain.id, uisection: command.section, element: command.element };
if (command.selectedDevices != null) { message.selectedDevices = command.selectedDevices; }
if (command.src != null) { message.src = command.src; }