Fixed RDP integration on 32bit mesh agent.

Ylian Saint-Hilaire committed May 6, 2022 at 08:55 UTC a35a43fa9a3624012d8611d9b5457f4bdd533691
1 file changed +1 -1
views/default.handlebars
+1 -1
@@ -8289,7 +8289,7 @@
8289 // Show the right buttons
8290 QV('disconnectbutton1span', (deskState != 0));
8291 QV('connectbutton1span', (deskState == 0) && ((rights & 8) || (rights & 256)) && (currentNode.agent != null) && (currentNode.agent.caps & 1));
8292 - QV('connectbutton1rspan', ((features & 0x40000000) == 0) && (deskState == 0) && (rights & 8) && (currentNode.agent != null) && ((currentNode.agent.id == 4) || (currentNode.agent.id == 5)));
8292 + QV('connectbutton1rspan', ((features & 0x40000000) == 0) && (deskState == 0) && (rights & 8) && (currentNode.agent != null) && ((currentNode.agent.id == 3) || (currentNode.agent.id == 4)));
8293 if (mtype == 1) {
8294 QV('connectbutton1hspan',
8295 (deskState == 0) &&