Corrected function duplication

This commit is contained in:
2025-07-09 18:49:13 +02:00
parent fd8efb2a56
commit 42e51a092b
3 changed files with 3 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ class _SettingsViewState extends State<SettingsView> {
CustomFormRow(
prefixText: AppLocalizations.of(context).export_data,
prefixIcon: CupertinoIcons.square_arrow_up,
onPressed: () => LocalStorageService.importJsonFile(),
onPressed: () => LocalStorageService.exportGameData(),
suffixWidget: const CupertinoListTileChevron(),
),
])),