This commit is contained in:
2024-05-30 13:19:26 +08:00
parent b7dbca4311
commit c86011346b
4 changed files with 65 additions and 9 deletions

View File

@@ -77,7 +77,8 @@ final _router = GoRouter(
sortByGid: sortByGid,
tag: tag,
uploader: uploader,
translatedTag: extra?.translatedTag);
translatedTag: extra?.translatedTag,
hasExtra: extra != null);
}),
GoRoute(
path: GalleryPage.routeName,