From 9b8218fc7707add607152df108852f1453766aad Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Mon, 1 Jun 2026 14:39:46 +0200 Subject: [PATCH] Spacing --- BeWo/BeWoApp.xaml.cs | 6 +++++- BeWo/View/Controls/AI/AiChatButton.xaml | 17 ++++++++-------- BeWo/View/Controls/AI/AiChatButton.xaml.cs | 20 +++++++++++++------ BeWo/app.config | 6 +++--- Host/Host.csproj.user | 2 +- .../ServerUtils/ApiFacade/HttpClientFacade.cs | 20 +++++++++---------- 6 files changed, 41 insertions(+), 30 deletions(-) diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs index 0831c6042..065fce1e0 100644 --- a/BeWo/BeWoApp.xaml.cs +++ b/BeWo/BeWoApp.xaml.cs @@ -56,7 +56,7 @@ namespace BeWo public static LoginControl LoginControl; public static MainControl MainControl; - public static string ShortVersion = "3.30.2"; + public static string ShortVersion = "3.31"; public static string Version => BeWoAppInfo.BeWoAppVersion.ToString(); public static int RenderTier = 0; @@ -788,6 +788,10 @@ namespace BeWo { url += "/service"; } + //if (url.IndexOf("/service_ai") < 0) + //{ + // url += "/service_ai"; + //} return new Uri(String.Format("https://{0}", url)); } diff --git a/BeWo/View/Controls/AI/AiChatButton.xaml b/BeWo/View/Controls/AI/AiChatButton.xaml index 2e0ceb0a9..2bcfcbbb6 100644 --- a/BeWo/View/Controls/AI/AiChatButton.xaml +++ b/BeWo/View/Controls/AI/AiChatButton.xaml @@ -23,17 +23,14 @@ - - -