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}" />