From a35a43fa9a3624012d8611d9b5457f4bdd533691 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 6 May 2022 08:55:32 -0700 Subject: [PATCH] Fixed RDP integration on 32bit mesh agent. --- views/default.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index 3288f498..024d7ddf 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -8289,7 +8289,7 @@ // Show the right buttons QV('disconnectbutton1span', (deskState != 0)); QV('connectbutton1span', (deskState == 0) && ((rights & 8) || (rights & 256)) && (currentNode.agent != null) && (currentNode.agent.caps & 1)); - QV('connectbutton1rspan', ((features & 0x40000000) == 0) && (deskState == 0) && (rights & 8) && (currentNode.agent != null) && ((currentNode.agent.id == 4) || (currentNode.agent.id == 5))); + QV('connectbutton1rspan', ((features & 0x40000000) == 0) && (deskState == 0) && (rights & 8) && (currentNode.agent != null) && ((currentNode.agent.id == 3) || (currentNode.agent.id == 4))); if (mtype == 1) { QV('connectbutton1hspan', (deskState == 0) &&