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

Fixed mobile app.

This commit is contained in:
Ylian Saint-Hilaire 2019-10-04 11:38:47 -07:00
parent 5af831a0aa
commit 407518e102
4 changed files with 18 additions and 3 deletions

View file

@ -2259,9 +2259,9 @@
(deskState == 0) &&
(meshrights & 8) &&
((mesh.mtype == 1) ||
(currentNode.intelamt != null) &&
((currentNode.intelamt.state == 2) &&
(currentNode.intelamt.ver != null) &&
(currentNode.intelamt != null) &&
(typeof currentNode.intelamt.sku == 'number') &&
((currentNode.intelamt.sku & 8) != 0))
)