Skip to content

Commit

Permalink
Removed Mahapps.Metro iconpack, made the assembly way too big.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddakebono committed Jan 22, 2024
1 parent f56dce9 commit ea66c59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions PalworldRcon/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:mah="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns:local="clr-namespace:PalworldRcon"
xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks"
xmlns:palworldRcon="clr-namespace:PalworldRcon"
mc:Ignorable="d"
WindowStartupLocation="CenterScreen"
Expand All @@ -15,11 +14,7 @@
DataContext="{Binding RelativeSource={RelativeSource Self}}">
<mah:MetroWindow.LeftWindowCommands>
<mah:WindowCommands>
<Button Click="LaunchGitHubSite" ToolTip="Open up the GitHub site">
<iconPacks:PackIconModern Width="22"
Height="22"
Kind="SocialGithubOctocat" />
</Button>
<Button Click="LaunchGitHubSite" Content="Github"></Button>
</mah:WindowCommands>
</mah:MetroWindow.LeftWindowCommands>
<mah:MetroWindow.RightWindowCommands>
Expand Down
1 change: 0 additions & 1 deletion PalworldRcon/PalworldRcon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<ItemGroup>
<PackageReference Include="MahApps.Metro" Version="2.4.10" />
<PackageReference Include="MahApps.Metro.IconPacks" Version="4.11.0" />
<PackageReference Include="RconSharp" Version="2.0.1" />
</ItemGroup>

Expand Down

0 comments on commit ea66c59

Please sign in to comment.