mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
429856fccb
7 changed files with 75 additions and 7 deletions
|
|
@ -1,10 +1,7 @@
|
|||
import 'package:inventree/app_colors.dart';
|
||||
import 'package:inventree/inventree/sentry.dart';
|
||||
import 'package:inventree/settings/about.dart';
|
||||
import 'package:inventree/settings/app_settings.dart';
|
||||
import 'package:inventree/settings/login.dart';
|
||||
import 'package:inventree/widget/snacks.dart';
|
||||
import 'package:inventree/widget/dialogs.dart';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
||||
|
|
@ -29,7 +26,6 @@ class InvenTreeSettingsWidget extends StatefulWidget {
|
|||
class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
|
||||
|
||||
final _scaffoldKey = GlobalKey<ScaffoldState>();
|
||||
final _feedbackKey = GlobalKey<FormState>();
|
||||
|
||||
final String docsUrl = "https://inventree.readthedocs.io/en/latest/app/app/";
|
||||
|
||||
|
|
|
|||
|
|
@ -318,7 +318,10 @@ List<Widget> detailTiles() {
|
|||
} else {
|
||||
tiles.add(ListTile(
|
||||
title: Text(L10().sublocationNone),
|
||||
subtitle: Text(L10().sublocationNoneDetail)
|
||||
subtitle: Text(
|
||||
L10().sublocationNoneDetail,
|
||||
style: TextStyle(fontStyle: FontStyle.italic)
|
||||
)
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue