Moved Menu into SplitView - Added Button to open SplitView

This commit is contained in:
Ano-sys
2025-02-20 23:19:34 +01:00
parent d4d7006dcb
commit 1177efcc58
4 changed files with 130 additions and 88 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.4" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.4" />
<PackageReference Include="Avalonia.Xaml.Interactions" Version="11.2.0.8" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1"/>
<PackageReference Include="Avalonia.Xaml.Interactions" Version="11.2.0.9" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
</ItemGroup>
</Project>