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:
@ -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),
|
||||
|
Reference in New Issue
Block a user