Skip to content
Snippets Groups Projects
Commit b905a7d9 authored by Leon Tappe's avatar Leon Tappe 🔥
Browse files

add tooltups to homepage actions

parent d051f13c
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,12 @@ class _HomePageState extends State<HomePage> {
IconButton(
onPressed: () => Navigator.of(context).pushNamed('/settings'),
icon: const Icon(Icons.settings),
tooltip: 'Einstellungen',
),
IconButton(
onPressed: _onLogout,
icon: const Icon(Icons.logout_rounded),
tooltip: 'Ausloggen',
),
],
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment