mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-09 08:07:46 +00:00
Merge pull request #298 from alexbakker/saf-json
Append ".json" extension to export filenames
This commit is contained in:
commit
3bdcc25ebe
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ import java.util.TreeSet;
|
||||||
|
|
||||||
public class VaultManager {
|
public class VaultManager {
|
||||||
private static final String FILENAME = "aegis.json";
|
private static final String FILENAME = "aegis.json";
|
||||||
public static final String FILENAME_EXPORT = "aegis_export";
|
public static final String FILENAME_EXPORT = "aegis_export.json";
|
||||||
public static final String FILENAME_EXPORT_PLAIN = "aegis_export_plain";
|
public static final String FILENAME_EXPORT_PLAIN = "aegis_export_plain.json";
|
||||||
|
|
||||||
private Vault _vault;
|
private Vault _vault;
|
||||||
private VaultFile _file;
|
private VaultFile _file;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue