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:
@ -27,7 +27,7 @@ void main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
// Load login details
|
||||
InvenTreeUserPreferences().loadLoginDetails();
|
||||
InvenTreePreferences().loadLoginDetails();
|
||||
|
||||
runApp(MyApp());
|
||||
}
|
||||
|
Reference in New Issue
Block a user