remove language description from settings
This commit is contained in:
@@ -91,7 +91,7 @@ class GeneralSettingsScreen extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return const SettingsDetailScaffold(
|
return const SettingsDetailScaffold(
|
||||||
title: 'General',
|
title: 'General',
|
||||||
subtitle: 'Appearance, language, downloads, and browser defaults.',
|
subtitle: 'Appearance, downloads, and browser defaults.',
|
||||||
icon: Icons.tune,
|
icon: Icons.tune,
|
||||||
sections: generalSettingsSections,
|
sections: generalSettingsSections,
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ _CategoryGroups _buildCategories() {
|
|||||||
final browser = [
|
final browser = [
|
||||||
_SettingsCategoryDefinition(
|
_SettingsCategoryDefinition(
|
||||||
title: 'General',
|
title: 'General',
|
||||||
subtitle: 'Appearance, language, downloads',
|
subtitle: 'Appearance, downloads',
|
||||||
icon: Icons.tune,
|
icon: Icons.tune,
|
||||||
keywords: const ['theme', 'ui zoom', 'default browser'],
|
keywords: const ['theme', 'ui zoom', 'default browser'],
|
||||||
sections: generalSettingsSections,
|
sections: generalSettingsSections,
|
||||||
|
|||||||
Reference in New Issue
Block a user