2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Update podfile.lock

This commit is contained in:
Oliver Walters
2022-04-02 15:23:03 +11:00
parent 367493f346
commit c0e3675766
2 changed files with 5 additions and 4 deletions

View File

@ -83,6 +83,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
title: Text(L10().address),
subtitle: Text(InvenTreeAPI().baseUrl.isNotEmpty ? InvenTreeAPI().baseUrl : L10().notConnected),
leading: FaIcon(FontAwesomeIcons.globe),
trailing: InvenTreeAPI().isConnected() ? FaIcon(FontAwesomeIcons.checkCircle, color: COLOR_SUCCESS) : FaIcon(FontAwesomeIcons.timesCircle, color: COLOR_DANGER),
)
);