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:
parent
d364ea4b12
commit
3e0b76d423
2 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue