Skip to content

Commit

Permalink
Warn users about no progress bar during data export / import #269
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCsabaToth committed Jul 23, 2023
1 parent 1999415 commit 03fe497
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/preferences/database_location.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const databaseLocationPasteCommand = "Paste an DB Location Folder";

const dataExportImport = "Data Export / Import";
const dataExportImportDescription =
"Including all data (activity, tunes, leaderboards, logs) and settings";
"Including all data (activity, tunes, leaderboards, logs) and settings. "
"There's no progress bar so please be patient.";
const dataExport = "Export all data";
const dataImport = "Import all data";

0 comments on commit 03fe497

Please sign in to comment.