Skip to content

Commit

Permalink
Update ModelsPage.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Nov 25, 2024
1 parent f63dbf5 commit d4c62cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LM-Kit-Maestro/UI/Pages/ModelsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@

<Grid>
<ui:LinkView
Icon="{StaticResource CircleInfo}"
TextColor="{StaticResource Error}"
Icon="{StaticResource Report}"
TextColor="{StaticResource Primary}"
Text="{Binding FileManager.UnsortedModels.Count, StringFormat='{}You have {0} unsorted model files'}"
Command="{Binding Source={x:Reference modelsPage}, Path=ShowUnsortedModelFilesPopupCommand}"
IsVisible="{Binding FileManager.UnsortedModels.Count, Converter={converters:GreaterThanZeroConverter}}"/>
Expand Down

0 comments on commit d4c62cf

Please sign in to comment.