2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 10:45:29 +00:00

API improvements

- Simple function connect() which loads saves settings from preferences file
This commit is contained in:
Oliver Walters
2020-04-04 13:43:29 +11:00
parent 6d3db243c3
commit 055cc37e68
4 changed files with 39 additions and 18 deletions

View File

@ -88,6 +88,7 @@ class InvenTreeDrawer extends StatelessWidget {
new Divider(),
new ListTile(
title: new Text("Parts"),
leading: new Icon(Icons.category),
onTap: _showParts,
),
new ListTile(