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.