mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 20:45:45 +00:00
Fix
This commit is contained in:
parent
9f9b90cb97
commit
3b3b54ea98
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ public class AddServerViewModel : MyReactiveObject
|
||||||
}
|
}
|
||||||
CoreType = SelectedSource?.CoreType?.ToString();
|
CoreType = SelectedSource?.CoreType?.ToString();
|
||||||
Cert = SelectedSource?.Cert?.ToString() ?? string.Empty;
|
Cert = SelectedSource?.Cert?.ToString() ?? string.Empty;
|
||||||
|
CertSha = SelectedSource?.CertSha?.ToString() ?? string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task SaveServerAsync()
|
private async Task SaveServerAsync()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue