mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-25 15:03:25 +03:00
Multi-language improvements.
This commit is contained in:
parent
90b499e4ed
commit
5dcf62ba2c
@ -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…
Reference in New Issue
Block a user