mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
Add a 'login setings' form
This commit is contained in:
parent
75306a9ca5
commit
e723a70d15
2 changed files with 116 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'login_settings.dart';
|
||||
|
||||
class InvenTreeSettingsWidget extends StatefulWidget {
|
||||
// InvenTree settings view
|
||||
|
||||
|
|
@ -31,6 +33,6 @@ class _InvenTreeSettingsState extends State<InvenTreeSettingsWidget> {
|
|||
}
|
||||
|
||||
void _editServerSettings() {
|
||||
|
||||
Navigator.push(context, MaterialPageRoute(builder: (context) => InvenTreeLoginSettingsWidget()));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue