Refactor the setting data class + change the roll text message

This commit is contained in:
Thomas Andres Gomez 2025-03-20 14:32:19 +01:00
parent 353183f0f5
commit 07ed4ce579
15 changed files with 216 additions and 93 deletions

View file

@ -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,
)
}