Skip to content

Commit

Permalink
fix: only hide option, don't comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Jul 9, 2021
1 parent edc0d04 commit df97fe4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions XIVLauncher/Windows/SettingsControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,11 @@
Content="{Binding KeepPatchesLoc}"
HorizontalAlignment="Left" Margin="10,10,0,15"
Foreground="{DynamicResource MaterialDesignBody}" />

<!--

<CheckBox x:Name="UseTorrentsCheckBox"
Content="{Binding UseTorrentsLoc}"
HorizontalAlignment="Left" Margin="10,10,0,15"
Foreground="{DynamicResource MaterialDesignBody}" />
-->
Foreground="{DynamicResource MaterialDesignBody}" Visibility="Collapsed"/>
</StackPanel>

</TabItem>
Expand Down

0 comments on commit df97fe4

Please sign in to comment.