Skip to content

Commit 80a7de8

Browse files
authored
updater: fixed dolphin level not being migrated (#1458)
1 parent 9c59bcd commit 80a7de8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/update_util/lfs_backup.c

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ static void backup_name_converter(string_t filename) {
2323
DESKTOP_SETTINGS_FILE_NAME,
2424
NOTIFICATION_SETTINGS_FILE_NAME,
2525
SLIDESHOW_FILE_NAME,
26+
DOLPHIN_STATE_FILE_NAME,
2627
};
2728

2829
for(size_t i = 0; i < COUNT_OF(names); i++) {

0 commit comments

Comments
 (0)