Can now edit some basic Journal cfg and other clean up

This commit is contained in:
Scott Idem
2025-03-24 17:50:10 -04:00
parent b37db30368
commit 1059cf5683
5 changed files with 257 additions and 31 deletions

View File

@@ -63,6 +63,9 @@ export interface Journal {
passcode_write?: null|string;
passcode_write_expire?: null|Date
passcode?: null|string;
passcode_timeout?: null|number; // Timeout in seconds
enable: null|boolean;
hide?: null|boolean;
priority?: null|boolean