mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-26 08:46:06 +00:00
Fixed issue private key path not being filled
This commit is contained in:
parent
b45aa49084
commit
b72eb780de
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ class _EncryptionSettingsWidgetState extends State<EncryptionSettingsWidget> {
|
|||
}
|
||||
else {
|
||||
privateKeyOption = 0;
|
||||
privateKeyPathController.text = result['data'].privateKeyPath;
|
||||
}
|
||||
usePreviouslySavedKey = result['data'].privateKeySaved;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue