feat: add ROUTER_LATE role description

This commit is contained in:
andrekir 2025-01-02 08:05:40 -03:00
parent cf95dd0711
commit 5dcfe0e68a
2 changed files with 2 additions and 0 deletions

View file

@ -59,6 +59,7 @@ private val DeviceConfig.Role.stringRes: Int
DeviceConfig.Role.CLIENT_HIDDEN -> R.string.role_client_hidden
DeviceConfig.Role.LOST_AND_FOUND -> R.string.role_lost_and_found
DeviceConfig.Role.TAK_TRACKER -> R.string.role_tak_tracker
DeviceConfig.Role.ROUTER_LATE -> R.string.role_router_late
else -> R.string.unrecognized
}