Skip to content

Commit

Permalink
Cleanup code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia committed Jun 18, 2024
1 parent 697ef7e commit d2ac4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/BedrockUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ApplicationManifest>Resources/.manifest</ApplicationManifest>
<ApplicationIcon>Resources/.ico</ApplicationIcon>

<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<AssemblyTitle>Bedrock Updater</AssemblyTitle>
<Product>Bedrock Updater</Product>
<Copyright>Copyright (C) 2024</Copyright>
Expand Down
3 changes: 1 addition & 2 deletions src/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ internal MainWindow(IEnumerable<string> args)
ScrollBarsEnabled = false,
DocumentText = $@"<head><meta http-equiv=""X-UA-Compatible"" content=""IE=9""/></head><body style=""background-color: #1E1E1E""><div style=""width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%)"">{(global::Resources.Minecraft)}</div></body>"
},
IsEnabled = false,
IsEnabled = false
};

Grid.SetRow(host, 0);
Expand Down Expand Up @@ -99,7 +99,6 @@ internal MainWindow(IEnumerable<string> args)

TextBlock textBlock2 = new()
{
Text = string.Empty,
VerticalAlignment = VerticalAlignment.Center,
HorizontalAlignment = HorizontalAlignment.Right,
Margin = new(0, 0, 16, 1),
Expand Down

0 comments on commit d2ac4e2

Please sign in to comment.