mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
Fixed a problem with the multi-desktop auto-connect.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user