Skip to content

Commit

Permalink
add: new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvenBless committed Sep 17, 2024
1 parent 5c730da commit de8bda7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file added Source/StaX.Desktop/Assets/StaX.ico
Binary file not shown.
Binary file removed Source/StaX.Desktop/Assets/logo.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions Source/StaX.Desktop/StaX.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>Assets\logo.ico</ApplicationIcon>
<ApplicationIcon>Assets\StaX.ico</ApplicationIcon>
<OutDir>../../Build</OutDir>
<Version>1.1.0.0</Version>
<Company>ADVIN</Company>
Expand All @@ -23,11 +23,11 @@
</ItemGroup>

<ItemGroup>
<None Remove="Assets\logo.ico" />
<None Remove="Assets\StaX.ico" />
</ItemGroup>

<ItemGroup>
<Content Include="Assets\logo.ico" />
<Content Include="Assets\StaX.ico" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/StaX.Desktop/Views/MainAppSplashContent.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Stretch="UniformToFill" />
</ResourceDictionary>
</ResourceDictionary.ThemeDictionaries>-->
<ui:ImageIconSource x:Key="AppLogo" Source="/Assets/logo.ico" />
<ui:ImageIconSource x:Key="AppLogo" Source="/Assets/StaX.ico" />
</ResourceDictionary>
</UserControl.Resources>

Expand Down
4 changes: 2 additions & 2 deletions Source/StaX.Desktop/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
d:DesignHeight="450"
d:DesignWidth="800"
Background="{DynamicResource ApplicationPageBackgroundBrush}"
Icon="/Assets/logo.ico"
Icon="/Assets/StaX.ico"
TransparencyLevelHint="AcrylicBlur"
WindowStartupLocation="CenterScreen"
mc:Ignorable="d">
Expand Down Expand Up @@ -51,7 +51,7 @@
Stretch="UniformToFill" />-->
</ResourceDictionary>
</ResourceDictionary.ThemeDictionaries>
<ui:ImageIconSource x:Key="AppLogo" Source="/Assets/logo.ico" />
<ui:ImageIconSource x:Key="AppLogo" Source="/Assets/StaX.ico" />
</ResourceDictionary>
</Window.Resources>

Expand Down

0 comments on commit de8bda7

Please sign in to comment.