Update Settings screen hint text to show correct default Bee URL
This commit is contained in:
parent
876f0b76f4
commit
86ace54c87
1 changed files with 2 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ fun SettingsScreen(
|
||||||
label = "AdaCam API URL",
|
label = "AdaCam API URL",
|
||||||
value = beeApiUrl,
|
value = beeApiUrl,
|
||||||
onValueChange = { beeApiUrl = it },
|
onValueChange = { beeApiUrl = it },
|
||||||
hint = "http://10.77.0.1:5000"
|
hint = "http://192.168.0.10:5000"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -724,3 +724,4 @@ private fun formatTimeAgo(timestampSeconds: Long): String {
|
||||||
else -> "${diff / 86400} days ago"
|
else -> "${diff / 86400} days ago"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue