Skip to content

Commit

Permalink
fix incorrect binding path in re-load last model command
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Nov 24, 2024
1 parent ea0c6c3 commit 00c3495
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 00c3495

Please sign in to comment.