Skip to content

Commit

Permalink
issue 26: fix incorrect binding path in re-load last model command + …
Browse files Browse the repository at this point in the history
…fix invalid icon name in model selection button causing issues (#27)
  • Loading branch information
BeepBeepBopBop authored Nov 24, 2024
1 parent ea0c6c3 commit e02c65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LM-Kit-Maestro/UI/ChatView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
</Grid.Triggers>

<controls:StatefulContentView
TappedCommand="{Binding Source={RelativeSource AncestorType={x:Type vm:ModelListViewModel}}, Path=LoadModelCommand}"
TappedCommand="{Binding Source={RelativeSource AncestorType={x:Type vm:ChatPageViewModel}}, Path=ModelListViewModel.LoadModelCommand}"
CommandParameter="{Binding LastUsedModel}"
ToolTipProperties.Text="Click to reload this model">
<VisualStateManager.VisualStateGroups>
Expand Down
2 changes: 1 addition & 1 deletion LM-Kit-Maestro/UI/Popups/PopupView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Clicked="OnCloseButtonClicked"
CornerRadius="20"
HorizontalOptions="End"
Text="{StaticResource Xmark}"
Text="{StaticResource Close}"
Style="{StaticResource SecondaryActionButtonStyle}">
</Button>

Expand Down

0 comments on commit e02c65f

Please sign in to comment.