diff --git a/lib/main.dart b/lib/main.dart index ca989b1b..36c3a3de 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -129,6 +129,7 @@ class _FluffyChatAppState extends State { key: _router, title: '${AppConfig.applicationName}', theme: theme, + logs: kReleaseMode ? VLogs.none : null, darkTheme: darkTheme, localizationsDelegates: L10n.localizationsDelegates, supportedLocales: L10n.supportedLocales,