change all refs

This commit is contained in:
mmomjian
2025-04-22 17:43:12 -04:00
parent a2c0ecfc2a
commit 2d309e91da
8 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -846,7 +846,7 @@ class QuickLinkList extends StatelessWidget {
title: 'recently_taken'.tr(),
icon: Icons.schedule_outlined,
isTop: true,
onTap: () => context.pushRoute(const RecentlyAddedRoute()),
onTap: () => context.pushRoute(const RecentlyTakenRoute()),
),
QuickLink(
title: 'videos'.tr(),