Fixed issue private key path not being filled

This commit is contained in:
Juan Gilsanz Polo 2022-12-21 13:20:19 +01:00
parent b45aa49084
commit b72eb780de

View file

@ -123,6 +123,7 @@ class _EncryptionSettingsWidgetState extends State<EncryptionSettingsWidget> {
}
else {
privateKeyOption = 0;
privateKeyPathController.text = result['data'].privateKeyPath;
}
usePreviouslySavedKey = result['data'].privateKeySaved;