Skip to content

Commit

Permalink
re Next-Flip#15 create picopass folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bettse committed Apr 12, 2024
1 parent 57aba91 commit 7ac58d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seader_credential.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ bool seader_credential_save_picopass(SeaderCredential* cred, const char* name) {
FlipperFormat* file = flipper_format_file_alloc(cred->storage);
FuriString* temp_str = furi_string_alloc();

storage_simply_mkdir(cred->storage, EXT_PATH("apps_data/picopass"));
if(use_load_path && !furi_string_empty(cred->load_path)) {
// Get directory name
path_extract_dirname(furi_string_get_cstr(cred->load_path), temp_str);
Expand Down

0 comments on commit 7ac58d7

Please sign in to comment.