Tray icon implementation.

This commit is contained in:
Burak Kaan Köse
2025-10-04 15:46:05 +02:00
parent a00ff3df46
commit 3b1eff1702
7 changed files with 309 additions and 0 deletions
+2
View File
@@ -72,6 +72,7 @@
<ItemGroup>
<Content Include="Assets\LockScreenLogo.scale-200.png" />
<Content Include="Assets\StoreLogo.png" />
<Content Include="Assets\Wino_Icon.ico" />
<Content Include="JS\editor.html" />
<Content Include="JS\editor.js" />
<Content Include="JS\global.css" />
@@ -112,6 +113,7 @@
<PackageReference Include="sqlite-net-pcl" />
<PackageReference Include="EmailValidation" />
<PackageReference Include="WinUIEx" />
<PackageReference Include="H.NotifyIcon.WinUI" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Wino.Core.WinUI\Wino.Core.WinUI.csproj" />