Design and better descriptions for feedback dialog

This commit is contained in:
2024-02-07 22:18:11 +01:00
parent 85c1ff0478
commit acb79bbc6f
3 changed files with 12 additions and 6 deletions

View File

@ -238,8 +238,8 @@ class _SettingsState extends State<Settings> {
ListTile(
leading: const CenteredLeading(Icon(Icons.code)),
title: const Text("Quellcode der App"),
subtitle: const Text("Open Source GNU GPL v3"),
title: const Text("Quellcode MarianumMobile/Client"),
subtitle: const Text("open source GNU GPL v3"),
onTap: () => ConfirmDialog.openBrowser(context, "https://mhsl.eu/gitea/MarianumMobile/Client"),
),