Merge pull request #179 from hendrikgit/fix-settings-typo
Fixed typo in settings (Network - Authentication)
This commit is contained in:
commit
7d97a21948
@ -347,7 +347,7 @@ private fun Authentication(settingsViewModel: SettingsViewModel) {
|
|||||||
|
|
||||||
SettingToggle(
|
SettingToggle(
|
||||||
title = "Cache HTTP credentials in memory",
|
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,
|
value = cacheCredentialsInMemory,
|
||||||
onValueChanged = { value ->
|
onValueChanged = { value ->
|
||||||
settingsViewModel.cacheCredentialsInMemory = value
|
settingsViewModel.cacheCredentialsInMemory = value
|
||||||
|
Loading…
Reference in New Issue
Block a user