Refactor the setting data class + change the roll text message
This commit is contained in:
		
							parent
							
								
									353183f0f5
								
							
						
					
					
						commit
						07ed4ce579
					
				
					 15 changed files with 216 additions and 93 deletions
				
			
		| 
						 | 
				
			
			@ -28,8 +28,8 @@ class DataSyncViewModel(
 | 
			
		|||
        if (settings.playerName.isEmpty()) return
 | 
			
		||||
 | 
			
		||||
        networkRepository.connect(
 | 
			
		||||
            host = settings.host,
 | 
			
		||||
            port = settings.port,
 | 
			
		||||
            host = settings.network.host,
 | 
			
		||||
            port = settings.network.port,
 | 
			
		||||
        )
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue