update string

This commit is contained in:
otsmr 2025-10-17 00:03:34 +02:00
parent bd51106d19
commit 056d5c90f3

View file

@ -70,7 +70,7 @@ class _DeveloperSettingsViewState extends State<DeveloperSettingsView> {
), ),
if (kDebugMode) if (kDebugMode)
ListTile( ListTile(
title: const Text('Test FlameSync'), title: const Text('FlameSync Test'),
onTap: () async { onTap: () async {
await twonlyDB.contactsDao.modifyFlameCounterForTesting(); await twonlyDB.contactsDao.modifyFlameCounterForTesting();
await syncFlameCounters(); await syncFlameCounters();