Skip to content

Commit 046d1e9

Browse files
committed
added language settings title
1 parent 1f677da commit 046d1e9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/views/settings/SettingsLanguagesView.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ class _SettingsLanguageViewState extends State<SettingsLanguageView> {
2525
@override
2626
Widget build(BuildContext context) {
2727
return Scaffold(
28-
appBar: AppBar(),
28+
appBar: AppBar(
29+
automaticallyImplyLeading: true,
30+
title: Text(appStrings(context).settings_language),
31+
),
2932
body: ListView.builder(
3033
itemCount: _locales.length,
3134
itemBuilder: (context, index) {

0 commit comments

Comments
 (0)