Skip to content

Commit

Permalink
取消删除旧数据文件的操作
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry-200 committed Oct 7, 2024
1 parent c9f18c4 commit 6563f88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/app_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Future<void> migrateAppData() async {
oldDataFile.copySync(
path.join(newAppDataDir.path, path.basename(item.path)),
);
oldDataFile.deleteSync();
}
}
} catch (err, trace) {
Expand Down

0 comments on commit 6563f88

Please sign in to comment.