Always allow SSH key generation (#938)
This commit is contained in:
parent
d4379a4779
commit
ffb47031b0
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class UserPreference : AppCompatActivity() {
|
|||
if (!PasswordRepository.isGitRepo()) {
|
||||
listOfNotNull(
|
||||
gitServerPreference, gitConfigPreference, sshKeyPreference,
|
||||
sshKeygenPreference, viewSshKeyPreference, clearSavedPassPreference
|
||||
viewSshKeyPreference, clearSavedPassPreference
|
||||
).forEach {
|
||||
it.parent?.removePreference(it)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue