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

@@ -135,6 +135,7 @@ class _SettingsPage extends State<SettingsPage> with ThemeModeWidget {
@override
Widget build(BuildContext context) {
setCurrentTitle(AppLocalizations.of(context)!.settings);
return Scaffold(
appBar: AppBar(
leading: IconButton(