mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17: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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user