mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
API improvements
- Simple function connect() which loads saves settings from preferences file
This commit is contained in:
parent
6d3db243c3
commit
055cc37e68
4 changed files with 39 additions and 18 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue