mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
fix: Disable vrouter logs in release mode
This commit is contained in:
parent
76363480b5
commit
1a80938908
@ -129,6 +129,7 @@ class _FluffyChatAppState extends State<FluffyChatApp> {
|
|||||||
key: _router,
|
key: _router,
|
||||||
title: '${AppConfig.applicationName}',
|
title: '${AppConfig.applicationName}',
|
||||||
theme: theme,
|
theme: theme,
|
||||||
|
logs: kReleaseMode ? VLogs.none : null,
|
||||||
darkTheme: darkTheme,
|
darkTheme: darkTheme,
|
||||||
localizationsDelegates: L10n.localizationsDelegates,
|
localizationsDelegates: L10n.localizationsDelegates,
|
||||||
supportedLocales: L10n.supportedLocales,
|
supportedLocales: L10n.supportedLocales,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user