mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 18:25:26 +00:00
Hide icons for functionality that doesn't really exist yet
This commit is contained in:
@ -133,6 +133,7 @@ class InvenTreeDrawer extends StatelessWidget {
|
||||
leading: new FaIcon(FontAwesomeIcons.boxes),
|
||||
onTap: _showStock,
|
||||
),
|
||||
/*
|
||||
new ListTile(
|
||||
title: new Text("Suppliers"),
|
||||
leading: new FaIcon(FontAwesomeIcons.building),
|
||||
@ -148,6 +149,7 @@ class InvenTreeDrawer extends StatelessWidget {
|
||||
leading: new FaIcon(FontAwesomeIcons.users),
|
||||
onTap: _showCustomers,
|
||||
),
|
||||
*/
|
||||
new Divider(),
|
||||
new ListTile(
|
||||
title: new Text("Settings"),
|
||||
|
Reference in New Issue
Block a user