diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj index 26175c0cc..ea4fc9029 100644 --- a/BeWo/BeWo.csproj +++ b/BeWo/BeWo.csproj @@ -119,6 +119,7 @@ + diff --git a/BeWo/Core/BeWoUserUtils.cs b/BeWo/Core/BeWoUserUtils.cs new file mode 100644 index 000000000..989d86f10 --- /dev/null +++ b/BeWo/Core/BeWoUserUtils.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace BeWo.Core +{ + public static class BeWoUserUtils + { + + } +} diff --git a/BeWo/Styles/Features/AIChatStyles.xaml b/BeWo/Styles/Features/AIChatStyles.xaml index 94ecf1da9..8e400cc29 100644 --- a/BeWo/Styles/Features/AIChatStyles.xaml +++ b/BeWo/Styles/Features/AIChatStyles.xaml @@ -183,6 +183,7 @@ + - diff --git a/BeWo/View/Controls/AI/AiChatButton.xaml b/BeWo/View/Controls/AI/AiChatButton.xaml index ad8192e0b..78a94ff88 100644 --- a/BeWo/View/Controls/AI/AiChatButton.xaml +++ b/BeWo/View/Controls/AI/AiChatButton.xaml @@ -17,69 +17,76 @@ +