Skip to content

Commit

Permalink
Fixed HS1 Battle Arena start button
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrewThisNoise committed Apr 14, 2021
1 parent 5386439 commit 54e1580
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/HoneySelect/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
HorizontalAlignment="Left" Margin="634.833,31,0,0" VerticalAlignment="Top" Width="145.083" Height="34" />
<Button Style="{StaticResource buttonHover}" x:Name="buttonStart_Copy8" Content=""
HorizontalAlignment="Left" Height="36" Margin="633.833,30,0,0" VerticalAlignment="Top" Width="176.797"
Click="buttonStart_Click">
Click="buttonStartB_Click">
<Button.RenderTransform>
<TransformGroup>
<ScaleTransform />
Expand Down
5 changes: 5 additions & 0 deletions src/HoneySelect/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@ private void buttonStartV_Click(object sender, RoutedEventArgs e)
new BootChoice().SetupWindow(Localizable.StartVR, "vr", _is32);
}

private void buttonStartB_Click(object sender, RoutedEventArgs e)
{
StartupFilter(ExecutableBattleArena);
}

private void buttonManual_Click(object sender, RoutedEventArgs e)
{
EnvironmentHelper.ShowManual($"{EnvironmentHelper.GameRootDirectory}\\manual\\");
Expand Down

0 comments on commit 54e1580

Please sign in to comment.