Add support to change title

This commit is contained in:
2023-09-14 17:48:39 +08:00
parent bc435bb567
commit a9f09ffdcd
6 changed files with 44 additions and 6 deletions

View File

@@ -92,6 +92,7 @@ class _GalleriesPage extends State<GalleriesPage> with ThemeModeWidget {
],
leadingIcon: const Icon(Icons.sort),
);
setCurrentTitle(AppLocalizations.of(context)!.galleries);
return Scaffold(
appBar: AppBar(
leading: IconButton(