Fixed typo in settings (Network - Authentication)
This commit is contained in:
parent
872c9d962a
commit
b92304d3fd
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ private fun Authentication(settingsViewModel: SettingsViewModel) {
|
|||
|
||||
SettingToggle(
|
||||
title = "Cache HTTP credentials in memory",
|
||||
subtitle = "If active, HTTP Credentials will be remember until Gitnuro is closed",
|
||||
subtitle = "If active, HTTP Credentials will be remembered until Gitnuro is closed",
|
||||
value = cacheCredentialsInMemory,
|
||||
onValueChanged = { value ->
|
||||
settingsViewModel.cacheCredentialsInMemory = value
|
||||
|
|
Loading…
Reference in a new issue