mirror of
https://github.com/2dust/v2rayN.git
synced 2026-03-22 08:20:03 +05:00
Fix (#8658)
This commit is contained in:
@@ -62,6 +62,7 @@ public class AddServerViewModel : MyReactiveObject
|
||||
}
|
||||
CoreType = SelectedSource?.CoreType?.ToString();
|
||||
Cert = SelectedSource?.Cert?.ToString() ?? string.Empty;
|
||||
CertSha = SelectedSource?.CertSha?.ToString() ?? string.Empty;
|
||||
}
|
||||
|
||||
private async Task SaveServerAsync()
|
||||
|
||||
Reference in New Issue
Block a user