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

Fixed a problem with the multi-desktop auto-connect.

This commit is contained in:
Ylian Saint-Hilaire 2019-10-16 13:11:25 -07:00
parent 359552de3c
commit 1dc81b6c38
3 changed files with 3 additions and 1 deletions

View file

@ -2672,6 +2672,7 @@
// Display "connect all" and "auto"
QV('kvmMultiConnectButtonSpan', (kvmDivs.length < 16));
QV('kvmAutoConnectButtonSpan', (kvmDivs.length < 16));
if (kvmDivs.length >= 16) { Q('autoConnectDesktopCheckbox').checked = false; }
// If displaying devices by groups, sort the group names and display the devices.
if (sort == 3) {