Minor cleanup
This commit is contained in:
parent
560e3cf503
commit
2f41312842
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ class SettingsDebugController : BasicComposeController() {
|
||||||
it.visibility == KVisibility.PUBLIC
|
it.visibility == KVisibility.PUBLIC
|
||||||
}.map {
|
}.map {
|
||||||
it to it.name.replace("(.)(\\p{Upper})".toRegex(), "$1 $2")
|
it to it.name.replace("(.)(\\p{Upper})".toRegex(), "$1 $2")
|
||||||
.lowercase(Locale.getDefault()).capitalize(Locale.getDefault())
|
.lowercase(Locale.getDefault())
|
||||||
|
.capitalize(Locale.getDefault())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue