Skip to content

Commit

Permalink
Remove unnecessary text
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcomp committed Nov 2, 2020
1 parent 98368cd commit a7a3389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AuroraFFXIVPlugin/FFXIV/Control_FFXIV.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<Grid>
<StackPanel>
<CheckBox x:Name="game_enabled" Content="Enable Aurora to provide lighting effects with Final Fantasy XIV" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Checked="game_enabled_Checked" Unchecked="game_enabled_Checked"/>
<TextBlock Margin="10,10,64,0" VerticalAlignment="Top" TextWrapping="Wrap"><Run Text="In order for "/><Run Text="FFXIV"/><Run Text=" support to work, you have to"/><Run Text=" get AuroraFFXIVGSIPlugin"/><Run Text=" in order for Aurora to receive lighting information. Press the &quot;Patch "/><Run Text="Aurora"/><Run Text="&quot; button to install automatically to "/><Run Text="Aurora"/><Run Text=". This should not trigger any "/><Run Text="report systems"/><Run Text=", but it should be used at your own risk"/><Run Text="."/></TextBlock>
<StackPanel Orientation="Horizontal" Margin="20,10,0,0">
<Button x:Name="actions_button" Content="Peek Actions" HorizontalAlignment="Left" VerticalAlignment="Top" Click="actions_button_Click"/>
<Button x:Name="player_button" Content="Peek Player" HorizontalAlignment="Left" Margin="10,0,0,0" VerticalAlignment="Top" Click="player_button_Click" />
Expand Down

0 comments on commit a7a3389

Please sign in to comment.