mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Home screen (#559)
* Use grid view for home screen * Update release notes * Prune dead code
This commit is contained in:
parent
d4b2204baf
commit
2964950b26
3 changed files with 41 additions and 15 deletions
|
|
@ -56,6 +56,7 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
|
|||
Navigator.push(context, MaterialPageRoute(builder: (context) => InvenTreeSelectServerWidget()));
|
||||
},
|
||||
),
|
||||
Divider(),
|
||||
ListTile(
|
||||
title: Text(L10().appSettings),
|
||||
subtitle: Text(L10().appSettingsDetails),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue