mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Some icons
This commit is contained in:
parent
4b33f9c65c
commit
99c7416755
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import 'package:InvenTree/settings/about.dart';
|
|||
import 'package:InvenTree/settings/login.dart';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
||||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
|
||||
import 'package:InvenTree/api.dart';
|
||||
|
|
@ -31,12 +32,14 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
|
|||
ListTile(
|
||||
title: Text("Server Settings"),
|
||||
subtitle: Text("Configure server and login settings"),
|
||||
leading: FaIcon(FontAwesomeIcons.server),
|
||||
onTap: _editServerSettings,
|
||||
),
|
||||
Divider(),
|
||||
ListTile(
|
||||
title: Text("About"),
|
||||
subtitle: Text("App details"),
|
||||
leading: FaIcon(FontAwesomeIcons.infoCircle),
|
||||
onTap: _about,
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue