diff --git a/BeWo/BeWoAppInfo.cs b/BeWo/BeWoAppInfo.cs index 44b8bcba0..16e961ad8 100644 --- a/BeWo/BeWoAppInfo.cs +++ b/BeWo/BeWoAppInfo.cs @@ -15,7 +15,7 @@ namespace BeWo { var baseVersion = new Version(BeWoApp.ShortVersion); var stage = BeWoClientReleaseStage.Sandbox; - var stageVersion = new Version("4.4"); + var stageVersion = new Version("4.5"); var feature = BeWoClientFeature.AI; BeWoAppVersion = new BeWoAppVersion(baseVersion, stage, stageVersion, feature); diff --git a/BeWo/View/Detail/AI/AiPromptbausteinComplexSelectionFavoritenView.xaml b/BeWo/View/Detail/AI/AiPromptbausteinComplexSelectionFavoritenView.xaml index cdbe22717..cd0d2b397 100644 --- a/BeWo/View/Detail/AI/AiPromptbausteinComplexSelectionFavoritenView.xaml +++ b/BeWo/View/Detail/AI/AiPromptbausteinComplexSelectionFavoritenView.xaml @@ -12,9 +12,8 @@ IsDesignTimeCreatable=True}" d:DesignHeight="450" d:DesignWidth="800" - mc:Ignorable="d" - - Background="{StaticResource ObjectEditBackgroundBrush}"> + Background="{StaticResource ObjectEditBackgroundBrush}" + mc:Ignorable="d"> @@ -57,8 +56,8 @@ + MouseEnter="Grid_MouseEnter" + MouseUp="Grid_MouseUp"> @@ -114,6 +113,7 @@ Margin="3" HorizontalAlignment="Center" VerticalAlignment="Center" + Foreground="Black" Visibility="{Binding HasFavoriten, Converter={StaticResource BoolVisibilityConverter}, ConverterParameter=false}"> Bisher haben Sie noch keine Prompt-Favoriten festgelegt. Bitte legen Sie in der Verwaltung Ihre gewünschten Prompt-Favoriten fest.