Improved UI.

Implemented Icon Provider.
This commit is contained in:
Creeper Lv
2025-12-16 23:33:54 +11:00
parent 40c8998552
commit daa2a74e71
13 changed files with 236 additions and 41 deletions

View File

@@ -3,11 +3,13 @@
<TargetFramework>net10.0-browser</TargetFramework>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<WasmAllowUndefinedSymbols>true</WasmAllowUndefinedSymbols>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Browser" />
<PackageReference Include="SkiaSharp.NativeAssets.WebAssembly" />
</ItemGroup>
<ItemGroup>