Multi-language improvements.

This commit is contained in:
Ylian Saint-Hilaire 2019-10-21 09:11:56 -07:00
parent 90b499e4ed
commit 5dcf62ba2c

View File

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