mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-23 12:43:14 -05:00
Multi-language improvements.
This commit is contained in:
parent
fe3b7fe3bd
commit
b90c5140d3
@ -2673,8 +2673,8 @@
|
||||
}
|
||||
|
||||
// Display "connect all" and "auto"
|
||||
QV('kvmMultiConnectButtonSpan', (kvmDivs.length < 64));
|
||||
QV('kvmAutoConnectButtonSpan', (kvmDivs.length < 64));
|
||||
QV('kvmMultiConnectButtonSpan', (kvmDivs.length < 128));
|
||||
QV('kvmAutoConnectButtonSpan', (kvmDivs.length < 128));
|
||||
if (kvmDivs.length >= 64) { Q('autoConnectDesktopCheckbox').checked = false; }
|
||||
|
||||
// If displaying devices by groups, sort the group names and display the devices.
|
||||
|
Loading…
x
Reference in New Issue
Block a user