Zwingt KI Config zu erstellen.

This commit is contained in:
2026-06-29 16:00:27 +02:00
parent 3f9c841a01
commit d44fd3d93f

View File

@@ -4,6 +4,7 @@ using System.Threading;
using System.Windows;
using BeWo.Core.Config;
using BeWo.MultiLanguage;
using BeWo.ServiceProxy;
using BS.Shared.Translation;
using DevExpress.Xpf.Core;
@@ -59,7 +60,10 @@ namespace BeWo
mc.LogoutClicked += new EventHandler(mc_LogoutClicked);
rootGrid.Children.Add(mc);
if (BeWoApp.AppSettings.ShowAI)
{
ServiceFacade.DoAiEnhancedServiceAsnyc(x => x.GetAiConfig(), null, null, false);
}
}
void mc_LogoutClicked(object sender, EventArgs e)