mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Show snack when encountering a server error
This commit is contained in:
parent
ca35f44dc8
commit
acecec113e
4 changed files with 25 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue