Changed programicon

This commit is contained in:
Ano-sys
2026-04-03 02:37:53 +02:00
parent d25e8238f2
commit bf03a25c0e
3 changed files with 2 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

+1
View File
@@ -3,6 +3,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ApplicationIcon>Assets/SimplePhotos.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
</PropertyGroup>
+1 -1
View File
@@ -13,7 +13,7 @@
x:Class="Photos.Views.MainWindow"
x:DataType="vm:MainWindowViewModel"
x:Name="Root"
Icon="/Assets/avalonia-logo.ico"
Icon="/Assets/SimplePhotos.ico"
Title="Photos"
DragDrop.AllowDrop="True"
DragDrop.Drop="DropHandler"