From 0e9ecff3b0522aa8d984a3d74792824c117ff2d2 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Fri, 27 Mar 2026 13:10:43 +0100 Subject: [PATCH] Highlighting Color --- .../Detail/AI/AiConversationChatView.xaml | 74 +++++++++++++++++-- 1 file changed, 69 insertions(+), 5 deletions(-) diff --git a/BeWo/View/Detail/AI/AiConversationChatView.xaml b/BeWo/View/Detail/AI/AiConversationChatView.xaml index 5c33a145b..50ab76fbc 100644 --- a/BeWo/View/Detail/AI/AiConversationChatView.xaml +++ b/BeWo/View/Detail/AI/AiConversationChatView.xaml @@ -194,6 +194,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -535,13 +599,13 @@ x:Name="popup_message_save" IsOpen="{Binding IsSavePromptOpen}" Placement="Center" - StaysOpen="False" - PlacementTarget="{Binding ElementName=root}"> + PlacementTarget="{Binding ElementName=root}" + StaysOpen="False"> + CancelCommand="{Binding CancelSavePromptCommand}" + PromptVM="{Binding SavePromptVM}" + SaveCommand="{Binding AcceptSavePromptCommand}" />