mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Show GnuPG version for #1560
This commit is contained in:
parent
780e1f9b92
commit
9e2b9a9fcd
3 changed files with 6 additions and 1 deletions
|
|
@ -32,6 +32,8 @@ export class AdminSettingsSecurity extends AbstractViewSettings {
|
|||
capaOpenPGP: SettingsCapa('OpenPGP')
|
||||
});
|
||||
|
||||
this.gnuPGversion = 'GnuPG v' + SettingsGet('gnupg');
|
||||
|
||||
const reset = () => {
|
||||
this.saveError(false);
|
||||
this.saveSuccess(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue