Skip to content

Commit

Permalink
Update ModelSelectionButton.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Nov 23, 2024
1 parent f804b24 commit 27d8491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LM-Kit-Maestro/UI/ModelSelectionButton.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
Grid.Column="2"
VerticalOptions="Center"
StyleClass="IconSmall"
TextColor="{StaticResource Outline}"
TextColor="{StaticResource Outline}">
<Label.Triggers>
<DataTrigger TargetType="Label" Binding="{Binding Source={x:RelativeSource AncestorType={x:Type vm:AppShellViewModel}}, Path=AppIsInitialized}" Value="False">
<Setter Property="IsVisible" Value="False"/>
Expand Down

0 comments on commit 27d8491

Please sign in to comment.