2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 18:55:34 +00:00

Show snack when encountering a server error

This commit is contained in:
Oliver
2021-08-05 08:54:02 +10:00
parent ca35f44dc8
commit acecec113e
4 changed files with 25 additions and 1 deletions

View File

@ -145,6 +145,7 @@ class InvenTreeDrawer extends StatelessWidget {
onTap: _showStock,
),
/*
ListTile(
title: Text("Suppliers"),
leading: FaIcon(FontAwesomeIcons.building),
@ -160,6 +161,8 @@ class InvenTreeDrawer extends StatelessWidget {
leading: FaIcon(FontAwesomeIcons.users),
onTap: _showCustomers,
),
*/
ListTile(
title: Text(L10().settings),
leading: Icon(Icons.settings),