Skip to content

Commit

Permalink
saving .vha file encrypted using createcipher in main-spport.ds
Browse files Browse the repository at this point in the history
  • Loading branch information
minazaher committed Jun 28, 2024
1 parent 2f062ec commit 02010ce
Show file tree
Hide file tree
Showing 9 changed files with 446 additions and 1,481 deletions.
3 changes: 2 additions & 1 deletion interfaces/final-object.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export type InputSources = Record<number, SourceFolder>;

export interface FinalObject {
addTags: string[]; // tags to add
hubName: string; // the name of the hub -- for recently-opened
hubName: string; // the name of the hub -- for recently-opened
password: string ;
images: ImageElement[];
// inputDir: string; // became `inputDirs` in VHA3 - gets upgraded to `inputDirs` on first open in VHA3
inputDirs: InputSources; // map the `inputSource` number to input directory (replaces `inputDir`)
Expand Down
Loading

0 comments on commit 02010ce

Please sign in to comment.