Shows username on listtile

This commit is contained in:
marcoabat
2023-08-12 12:43:15 +02:00
parent 271190b459
commit d37d4a6866
8 changed files with 89 additions and 6 deletions

View File

@@ -106,7 +106,7 @@ class _DashboardPageState extends State<DashboardPage> {
clChangeStream.listen(_onClChanged);
return Scaffold(
appBar: AppBar(
title: const Text('Brienchecker9000'),
title: const Text('Brisenchecker9000'),
actions: [
IconButton(
onPressed: () => DbHelper.logout(),