Show GnuPG version for #1560

This commit is contained in:
the-djmaze 2024-08-27 12:12:33 +02:00
parent 780e1f9b92
commit 9e2b9a9fcd
3 changed files with 6 additions and 1 deletions

View file

@ -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);