mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Tweak style
This commit is contained in:
parent
872196f9e7
commit
0a233dce36
1 changed files with 6 additions and 0 deletions
|
@ -107,6 +107,12 @@ class _SettingsState extends State<Settings> {
|
|||
delegate: SliverChildListDelegate(
|
||||
[
|
||||
ListTile(
|
||||
leading: ListTileCenterLeading(
|
||||
child: Icon(
|
||||
Icons.translate_outlined,
|
||||
color: AppTheme.getUnfocusedIconColor(context),
|
||||
),
|
||||
),
|
||||
title: Text(L10n.global().settingsLanguageTitle),
|
||||
subtitle: Text(language_util.getSelectedLanguage().nativeName),
|
||||
onTap: () => _onLanguageTap(context),
|
||||
|
|
Loading…
Reference in a new issue