mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Hide icons for functionality that doesn't really exist yet
This commit is contained in:
@ -254,7 +254,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
// in the middle of the parent.
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
children: (<Widget>[
|
||||
Spacer(),
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
@ -308,6 +308,8 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
],
|
||||
),
|
||||
Spacer(),
|
||||
// TODO - Re-add these when the features actually do something..
|
||||
/*
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
children: <Widget>[
|
||||
@ -402,7 +404,8 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
),
|
||||
],
|
||||
),
|
||||
],
|
||||
*/
|
||||
]),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user