mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 10:12:49 +01:00
fix: Tests
This commit is contained in:
parent
2b427a12da
commit
3efb768825
@ -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…
Reference in New Issue
Block a user