fix: Tests
This commit is contained in:
parent
ce6b92743e
commit
4adeca011b
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class _FluffyChatAppState extends State<FluffyChatApp> {
|
|||
key: _router,
|
||||
title: '${AppConfig.applicationName}',
|
||||
theme: theme,
|
||||
logs: kReleaseMode ? VLogs.none : null,
|
||||
logs: kReleaseMode ? VLogs.none : VLogs.info,
|
||||
darkTheme: darkTheme,
|
||||
localizationsDelegates: L10n.localizationsDelegates,
|
||||
supportedLocales: L10n.supportedLocales,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue