This commit is contained in:
DHR60
2026-01-17 19:35:56 +08:00
committed by GitHub
parent 9f9b90cb97
commit 03b62b3d78

View File

@@ -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()