Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhedger <hedger@users.noreply.github.com>2022-07-26 20:13:09 +0300
committerGitHub <noreply@github.com>2022-07-26 20:13:09 +0300
commit80a7de80783150b6f1aae7a7426ed982b5221d43 (patch)
tree9dc1fa95e830207a305a526cf748244193ca85ab
parent9c59bcd7763cbe9b0132b0f2698543e2dfb11623 (diff)
updater: fixed dolphin level not being migrated (#1458)
-rw-r--r--lib/update_util/lfs_backup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/update_util/lfs_backup.c b/lib/update_util/lfs_backup.c
index b7e7dd89..724da365 100644
--- a/lib/update_util/lfs_backup.c
+++ b/lib/update_util/lfs_backup.c
@@ -23,6 +23,7 @@ static void backup_name_converter(string_t filename) {
DESKTOP_SETTINGS_FILE_NAME,
NOTIFICATION_SETTINGS_FILE_NAME,
SLIDESHOW_FILE_NAME,
+ DOLPHIN_STATE_FILE_NAME,
};
for(size_t i = 0; i < COUNT_OF(names); i++) {