Skip to content

Commit

Permalink
Update DetailsView.axaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Nov 22, 2024
1 parent 1e6b066 commit 2c7a9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MelonLoader.Installer/Views/DetailsView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Name="VersionCombobox" Grid.Row="10" Margin="5" HorizontalAlignment="Center"
SelectedIndex="0" MaxDropDownHeight="150" />
<TextBlock Grid.Row="11" Tapped="SelectZipHandler" HorizontalAlignment="Center" IsEnabled="{Binding EnableSettings}"
Foreground="Gray" TextDecorations="Underline" FontSize="13" Cursor="Hand">Or add a
Foreground="Gray" TextDecorations="Underline" FontSize="13" Cursor="Hand">Or select a
zipped version</TextBlock>
<StackPanel Grid.Row="12" IsEnabled="{Binding !Installing}">
<CheckBox Name="NightlyCheck" IsEnabled="{Binding EnableSettings}"
Expand Down

0 comments on commit 2c7a9db

Please sign in to comment.