Fixed updater

This commit is contained in:
Juan Gilsanz Polo 2023-05-25 21:14:26 +02:00
parent 33840c2c90
commit 71853d678a
8 changed files with 131 additions and 87 deletions

View file

@ -239,7 +239,7 @@ class _MainState extends State<Main> {
child: child!,
);
},
home: Base(appConfigProvider: appConfigProvider),
home: const Base(),
),
);
}