Skip to content

Commit

Permalink
Custom mount options
Browse files Browse the repository at this point in the history
  • Loading branch information
phpony authored Jan 23, 2024
1 parent ed195f1 commit 721830d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/Vault.vala
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace Cryptor.Data {
public string mount_point { get; set; }
public string mode { get; set; }
public bool reverse { get; set; }
public string custom_options { get; set; }
public bool is_mounted;
}
}

0 comments on commit 721830d

Please sign in to comment.