mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improve Settings -> OpenPGP to show available features
This commit is contained in:
parent
ce971de919
commit
8635771537
3 changed files with 16 additions and 7 deletions
|
|
@ -168,7 +168,7 @@ export const PgpUserStore = new class {
|
|||
* @returns {boolean}
|
||||
*/
|
||||
isSupported() {
|
||||
return !!(window.openpgp || window.mailvelope);
|
||||
return !!(window.openpgp || window.mailvelope || Settings.capa(Capa.GnuPG));
|
||||
}
|
||||
|
||||
gnupgImportKey(key, callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue