Added hint which user is going to be signed out
This commit is contained in:
parent
d033042e0b
commit
8e778e8cc3
@ -45,8 +45,9 @@ class _SettingsState extends State<Settings> {
|
||||
body: ListView(
|
||||
children: [
|
||||
ListTile(
|
||||
leading: const Icon(Icons.logout_outlined),
|
||||
leading: const CenteredLeading(Icon(Icons.logout_outlined)),
|
||||
title: const Text("Konto abmelden"),
|
||||
subtitle: Text("Angemeldet als ${AccountData().getUsername()}"),
|
||||
onTap: () {
|
||||
showDialog(
|
||||
context: context,
|
||||
|
Loading…
x
Reference in New Issue
Block a user