mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Bump release noes (#299)
This commit is contained in:
parent
f7d3315c99
commit
74176cdda8
2 changed files with 7 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ import "package:inventree/widget/search.dart";
|
|||
*
|
||||
* - Provides a "home" button which completely unwinds the widget stack
|
||||
* - Global search
|
||||
* - Barcoed scan
|
||||
* - Barcode scan
|
||||
*/
|
||||
class InvenTreeDrawer extends StatelessWidget {
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ class InvenTreeDrawer extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
return Drawer(
|
||||
return Drawer(
|
||||
child: ListView(
|
||||
children: ListTile.divideTiles(
|
||||
context: context,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue