Skip to content

Commit

Permalink
Merge pull request #6 from tsgsOFFICIAL/Bugfix/logo_crashing
Browse files Browse the repository at this point in the history
Version 5.1.5.4
  • Loading branch information
tsgsOFFICIAL authored Nov 7, 2024
2 parents 67c311c + 7f1aafa commit 26a321d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CS2-AutoAccept/CS2-AutoAccept.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Description>A program to automatically find and press "ACCEPT" for you, when entering a competitive match in CS2.</Description>
<Copyright>©️ tsgsOFFICIAL - 2024</Copyright>
<FileVersion>5.1.5.3</FileVersion>
<FileVersion>5.1.5.4</FileVersion>
<AssemblyName>CS2-AutoAccept</AssemblyName>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions CS2-AutoAccept/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<WindowChrome.WindowChrome>
<WindowChrome GlassFrameThickness="1" ResizeBorderThickness="5" CaptionHeight="0"/>
</WindowChrome.WindowChrome>
<Grid>
<Grid>
<!-- Background -->
<Grid.Background>
<ImageBrush ImageSource="/background.png"></ImageBrush>
Expand All @@ -113,10 +113,10 @@

<!-- Custom header -->
<StackPanel Background="#1c1b1b" MouseLeftButtonDown="WindowHeader_Mousedown" Grid.Row="0" Grid.ColumnSpan="2" Orientation="Horizontal">
<Image Source="/logo.png" MouseLeftButtonDown="WindowHeader_Mousedown" HorizontalAlignment="Left"/>
<Image Source="/logo.png" HorizontalAlignment="Left"/>
<StackPanel Margin="3.3,0,0,0" Orientation="Vertical" HorizontalAlignment="Left" VerticalAlignment="Center">
<TextBlock Text="CS2 AutoAccept" FontFamily="Roboto" Foreground="GhostWhite" MouseLeftButtonDown="WindowHeader_Mousedown"/>
<TextBlock Text="by tsgsOFFICIAL" FontFamily="Roboto" Foreground="GhostWhite" MouseLeftButtonDown="WindowHeader_Mousedown"/>
<TextBlock Text="CS2 AutoAccept" FontFamily="Roboto" Foreground="GhostWhite" />
<TextBlock Text="by tsgsOFFICIAL" FontFamily="Roboto" Foreground="GhostWhite" />
</StackPanel>

<Button Background="Transparent" x:Name="Button_Update" Click="Button_Update_Click" Margin="20, 0, 0, 0" BorderThickness="0" FontFamily="Roboto" FontSize="15" Foreground="GhostWhite" FontWeight="SemiBold" Cursor="Hand" Style="{DynamicResource NavButtons}"/>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 7 additions & 2 deletions CS2-AutoAccept/updateInfo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"version": "5.1.5.3",
"version": "5.1.5.4",
"type": "Bug",
"changelog": "Fixed AppContext bug, where Tesseract wouldn't launch after rebooting'.",
"changelog": "Fixed a bug, where the program would crash upon clicking the logo in the top left corner.",
"historic_versions": [
{
"version": "5.1.5.3",
"type": "Bug",
"changelog": "Fixed AppContext bug, where Tesseract wouldn't launch after rebooting'."
},
{
"version": "5.1.5.2",
"type": "Feature",
Expand Down

0 comments on commit 26a321d

Please sign in to comment.