Skip to content

Commit

Permalink
fix: replace placeholder with WIP text in general settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bootloopmaster636 committed Sep 2, 2024
1 parent 4dc68ac commit c0c8257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings/settings_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SectionGeneral extends StatelessWidget {

@override
Widget build(BuildContext context) {
return const Placeholder();
return const Text('Work in progress');
}
}

Expand Down

0 comments on commit c0c8257

Please sign in to comment.