Eric Betts пре 1 година
родитељ
комит
7ac58d7de7
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      seader_credential.c

+ 1 - 0
seader_credential.c

@@ -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);