Added linkding repository link

This commit is contained in:
Juan Gilsanz Polo
2024-03-01 14:49:04 +01:00
parent d917236d3f
commit 2b23fd78cc
5 changed files with 24 additions and 2 deletions

View File

@@ -75,6 +75,15 @@ class _List extends ConsumerWidget {
twoColumns: tabletView,
),
SectionLabel(label: t.settings.aboutApp),
CustomListTile(
title: t.settings.linkdingRepository,
subtitle: t.settings.linkdingRepositoryDescription,
trailing: Icon(
Icons.open_in_new_rounded,
color: Theme.of(context).colorScheme.onSurfaceVariant,
),
onTap: () => openUrl(Urls.linkdingRepo),
),
CustomListTile(
title: t.settings.appVersion,
subtitle: ref.watch(appInfoProvider).version,