🐛 Remove extra items inside settings
This commit is contained in:
parent
d414695eb3
commit
53c2445ba9
@ -341,26 +341,6 @@ class SettingsScreen extends HookConsumerWidget {
|
|||||||
];
|
];
|
||||||
|
|
||||||
final behaviorSettings = [
|
final behaviorSettings = [
|
||||||
ListTile(
|
|
||||||
minLeadingWidth: 48,
|
|
||||||
title: Text('creatorHub').tr(),
|
|
||||||
contentPadding: const EdgeInsets.only(left: 24, right: 17),
|
|
||||||
leading: const Icon(Symbols.rocket_launch),
|
|
||||||
trailing: const Icon(Symbols.chevron_right),
|
|
||||||
onTap: () => context.push('/creators'),
|
|
||||||
),
|
|
||||||
|
|
||||||
// Developer Hub
|
|
||||||
ListTile(
|
|
||||||
minLeadingWidth: 48,
|
|
||||||
title: Text('developerHub').tr(),
|
|
||||||
contentPadding: const EdgeInsets.only(left: 24, right: 17),
|
|
||||||
leading: const Icon(Symbols.hub),
|
|
||||||
trailing: const Icon(Symbols.chevron_right),
|
|
||||||
onTap: () => context.push('/developers'),
|
|
||||||
),
|
|
||||||
|
|
||||||
// Auto translate settings
|
|
||||||
ListTile(
|
ListTile(
|
||||||
minLeadingWidth: 48,
|
minLeadingWidth: 48,
|
||||||
title: Text('settingsAutoTranslate').tr(),
|
title: Text('settingsAutoTranslate').tr(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user