2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Home screen (#559)

* Use grid view for home screen

* Update release notes

* Prune dead code
This commit is contained in:
Oliver
2024-12-05 17:10:56 +11:00
committed by GitHub
parent d4b2204baf
commit 2964950b26
3 changed files with 41 additions and 15 deletions

View File

@ -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),