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