mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: Typo
This commit is contained in:
		
							parent
							
								
									56e5c81d1c
								
							
						
					
					
						commit
						6250fd02aa
					
				@ -29,7 +29,7 @@ abstract class PlatformInfos {
 | 
			
		||||
  static bool get usesTouchscreen => !isMobile;
 | 
			
		||||
 | 
			
		||||
  static String get clientName =>
 | 
			
		||||
      '${AppConfig.applicationName} ${isWeb ? 'Web' : Platform.operatingSystem}';
 | 
			
		||||
      '${AppConfig.applicationName} ${isWeb ? 'web' : Platform.operatingSystem}';
 | 
			
		||||
 | 
			
		||||
  static Future<String> getVersion() async {
 | 
			
		||||
    var version = kIsWeb ? 'Web' : 'Unknown';
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user