Merge pull request #179 from hendrikgit/fix-settings-typo
Fixed typo in settings (Network - Authentication)
This commit is contained in:
commit
7d97a21948
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