Fixed auto-save of the selected provider

This commit is contained in:
Thorsten Sommer 2024-12-31 19:53:05 +01:00
parent f8245c4fb8
commit 06bd412543
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -396,7 +396,8 @@ public partial class AssistantERI : AssistantBaseCore
if(this.selectedERIServer is null) if(this.selectedERIServer is null)
return; return;
this.SettingsManager.ConfigurationData.ERI.PreselectedProvider = this.providerSettings.Id;
this.selectedERIServer.ServerName = this.serverName; this.selectedERIServer.ServerName = this.serverName;
this.selectedERIServer.ServerDescription = this.serverDescription; this.selectedERIServer.ServerDescription = this.serverDescription;
this.selectedERIServer.ERIVersion = this.selectedERIVersion; this.selectedERIServer.ERIVersion = this.selectedERIVersion;