diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index f5323ed9f..34ce548f4 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -1198,7 +1198,9 @@ function onContactMenuPrepareVisibility() { rawOption.removeClassName("disabled"); } - + if (contactRows.length != 1) + rawOption.addClassName("disabled"); + return true; }