2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 18:25:26 +00:00

Hide search functionality (for now!)

This commit is contained in:
Oliver Walters
2021-01-20 23:59:08 +11:00
parent 83465511aa
commit 392493e004
2 changed files with 8 additions and 0 deletions

View File

@ -112,11 +112,14 @@ class InvenTreeDrawer extends StatelessWidget {
onTap: _home,
),
new Divider(),
/*
// TODO - Add search functionality!
new ListTile(
title: new Text("Search"),
leading: new FaIcon(FontAwesomeIcons.search),
onTap: _search,
),
*/
new ListTile(
title: new Text("Scan Barcode"),
onTap: _scan,