We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd51106 commit 056d5c9Copy full SHA for 056d5c9
lib/src/views/settings/developer/developer.view.dart
@@ -70,7 +70,7 @@ class _DeveloperSettingsViewState extends State<DeveloperSettingsView> {
70
),
71
if (kDebugMode)
72
ListTile(
73
- title: const Text('Test FlameSync'),
+ title: const Text('FlameSync Test'),
74
onTap: () async {
75
await twonlyDB.contactsDao.modifyFlameCounterForTesting();
76
await syncFlameCounters();
0 commit comments