regression: fix show nsec button
This commit is contained in:
@@ -29,7 +29,8 @@ struct KeySettingsView: View {
|
|||||||
.onChange(of: show_privkey) { newValue in
|
.onChange(of: show_privkey) { newValue in
|
||||||
if newValue {
|
if newValue {
|
||||||
authenticate_locally(has_authenticated_locally) { success in
|
authenticate_locally(has_authenticated_locally) { success in
|
||||||
show_privkey = success
|
self.has_authenticated_locally = success
|
||||||
|
self.show_privkey = success
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -58,6 +59,7 @@ struct KeySettingsView: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
authenticate_locally(has_authenticated_locally) { success in
|
authenticate_locally(has_authenticated_locally) { success in
|
||||||
|
self.has_authenticated_locally = success
|
||||||
if success {
|
if success {
|
||||||
copyKey()
|
copyKey()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user