mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +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,
|
||||
title: '${AppConfig.applicationName}',
|
||||
theme: theme,
|
||||
logs: kReleaseMode ? VLogs.none : null,
|
||||
darkTheme: darkTheme,
|
||||
localizationsDelegates: L10n.localizationsDelegates,
|
||||
supportedLocales: L10n.supportedLocales,
|
||||
|
Loading…
Reference in New Issue
Block a user