mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add counters
This commit is contained in:
parent
bd19047b9b
commit
443c545ed2
4 changed files with 16 additions and 19 deletions
|
|
@ -89,12 +89,15 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
|||
)
|
||||
);
|
||||
|
||||
// TODO: Do we really need build number?
|
||||
/*
|
||||
tiles.add(
|
||||
ListTile(
|
||||
title: Text(I18N.of(context).build),
|
||||
subtitle: Text("${info.buildNumber}"),
|
||||
)
|
||||
);
|
||||
*/
|
||||
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue