We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9b90c commit 03b62b3Copy full SHA for 03b62b3
v2rayN/ServiceLib/ViewModels/AddServerViewModel.cs
@@ -62,6 +62,7 @@ public AddServerViewModel(ProfileItem profileItem, Func<EViewAction, object?, Ta
62
}
63
CoreType = SelectedSource?.CoreType?.ToString();
64
Cert = SelectedSource?.Cert?.ToString() ?? string.Empty;
65
+ CertSha = SelectedSource?.CertSha?.ToString() ?? string.Empty;
66
67
68
private async Task SaveServerAsync()
0 commit comments