Skip to content

Commit

Permalink
no more game check
Browse files Browse the repository at this point in the history
  • Loading branch information
4sval committed Sep 1, 2022
1 parent 2533166 commit 1684dfd
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions FModel/Views/SettingsView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,18 +189,7 @@
</Grid.ColumnDefinitions>

<Button Grid.Column="0" Content="AES" Click="OpenAesEndpoint" />
<Button Grid.Column="2" Content="Mapping" Click="OpenMappingEndpoint">
<Button.Style>
<Style TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
<Setter Property="IsEnabled" Value="False"/>
<Style.Triggers>
<DataTrigger Binding="{Binding CUE4Parse.Game}" Value="{x:Static local:FGame.FortniteGame}">
<Setter Property="IsEnabled" Value="True" />
</DataTrigger>
</Style.Triggers>
</Style>
</Button.Style>
</Button>
<Button Grid.Column="2" Content="Mapping" Click="OpenMappingEndpoint" />
</Grid>

<TextBlock Grid.Row="13" Grid.Column="0" Text="AES Reload at Launch" VerticalAlignment="Center" Margin="0 0 0 5"
Expand Down

0 comments on commit 1684dfd

Please sign in to comment.