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

Expansion state is now saved on the session level, not per widget

This commit is contained in:
Oliver Walters
2020-04-06 23:01:11 +10:00
parent c7fbe99f53
commit aa8a3602e8
5 changed files with 38 additions and 25 deletions

View File

@ -27,7 +27,7 @@ void main() async {
WidgetsFlutterBinding.ensureInitialized();
// Load login details
InvenTreeUserPreferences().loadLoginDetails();
InvenTreePreferences().loadLoginDetails();
runApp(MyApp());
}