mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-20 08:19:35 +00:00
refactor: better way to determine shelf by id so localisation does not affect it
- more settings - icons
This commit is contained in:
parent
2e3f4ad8d4
commit
5377398e1d
10 changed files with 364 additions and 280 deletions
|
|
@ -124,7 +124,7 @@ class AppSettingsPage extends HookConsumerWidget {
|
|||
leading: const Icon(Icons.home_filled),
|
||||
title: const Text('Home Page Settings'),
|
||||
description: const Text(
|
||||
'Customize the home page shelves',
|
||||
'Customize the home page',
|
||||
),
|
||||
onPressed: (context) {
|
||||
context.pushNamed(Routes.homePageSettings.name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue