Show Encrypt button w/Mailvelope, even if disabled

Before the Elastic skin would keep it hidden until enabled, closes #7353
pull/5964/merge
Christopher Gurnee 4 years ago committed by Aleksander Machniak
parent 06a1964ef6
commit 40ecd47f90

@ -1568,9 +1568,7 @@ function rcube_elastic_ui()
case 'compose-encrypted':
// show the toolbar button for Mailvelope
if (args.status) {
$('.toolbar a.encrypt').parent().show();
}
$('.toolbar a.encrypt').parent().show();
break;
case 'compose-encrypted-signed':

Loading…
Cancel
Save