Multi-language improvements.
Ylian Saint-Hilaire committed
Oct 21, 2019 at 09:11 UTC
5dcf62ba2c67fb6dc8a000f7c35c7f042925e024
1 file changed
+2
-2
views/default.handlebars
+2
-2
@@ -2673,8 +2673,8 @@
2673
}
2674
2675
// Display "connect all" and "auto"
2676
- QV('kvmMultiConnectButtonSpan', (kvmDivs.length < 64));
2677
- QV('kvmAutoConnectButtonSpan', (kvmDivs.length < 64));
2676
+ QV('kvmMultiConnectButtonSpan', (kvmDivs.length < 128));
2677
+ QV('kvmAutoConnectButtonSpan', (kvmDivs.length < 128));
2678
if (kvmDivs.length >= 64) { Q('autoConnectDesktopCheckbox').checked = false; }
2679
2680
// If displaying devices by groups, sort the group names and display the devices.