Audit fixes: Lotus URLs, branding, editor toolbar setting, dynamic version

This commit is contained in:
root
2026-05-13 23:03:14 -04:00
parent e8415e60b0
commit dc26e15df1
7 changed files with 42 additions and 12 deletions
@@ -28,7 +28,7 @@ function ExportKeys() {
const blob = new Blob([encKeys], {
type: 'text/plain;charset=us-ascii',
});
FileSaver.saveAs(blob, 'cinny-keys.txt');
FileSaver.saveAs(blob, 'lotus-keys.txt');
},
[mx]
)