forked from firka/student-legacy
remove trailing from app icon option
This commit is contained in:
parent
6249015bef
commit
04c5c819f8
@ -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),
|
||||||
),
|
// ),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user