remove trailing from app icon option

This commit is contained in:
Kima 2023-10-15 19:59:00 +02:00
parent 6249015bef
commit 04c5c819f8

View File

@ -840,10 +840,10 @@ class _SettingsScreenState extends State<SettingsScreen>
}, },
title: Text('app_icon'.i18n), title: Text('app_icon'.i18n),
leading: const Icon(FeatherIcons.edit), leading: const Icon(FeatherIcons.edit),
trailing: Text( // trailing: Text(
'default'.i18n, // 'default'.i18n,
style: const TextStyle(fontSize: 14.0), // style: const TextStyle(fontSize: 14.0),
), // ),
), ),
], ],
), ),