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());
}