Skip to content

Commit

Permalink
do_flick: update region data path
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Bahnsen <Kris@KBEmbedded.com>
  • Loading branch information
kbembedded committed Aug 15, 2024
1 parent 82bd23e commit a54abd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/flick_scene_do_flick.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void flick_scene_do_flick_on_enter(void *context)
* just to prevent restoring a junk file later.
*/

if (storage_file_exists(storage, INT_PATH(".region_data"))) {
if (storage_file_exists(storage, EXT_PATH(".int/.region_data"))) {
data_path = furi_string_alloc_set(flick->data_path);
furi_string_cat_str(data_path, ".region_data");
FURI_LOG_D("FLICK", "Copying region data to \'%s\'", furi_string_get_cstr(data_path));
Expand Down

0 comments on commit a54abd8

Please sign in to comment.