Added linkding repository link
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user