From 5dcf62ba2c67fb6dc8a000f7c35c7f042925e024 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Mon, 21 Oct 2019 09:11:56 -0700 Subject: [PATCH] Multi-language improvements. --- views/default.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/default.handlebars b/views/default.handlebars index fd145d84..eca4d464 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -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.