Update settings window with tab bar/notebook layout, add about page

This commit is contained in:
Asriel Camora
2023-07-23 02:30:44 +04:00
parent c344815e50
commit c96b86d9cb
3 changed files with 120 additions and 40 deletions
+4
View File
@@ -25,6 +25,10 @@
<PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'">
<DalamudLibPath>$(DALAMUD_HOME)/</DalamudLibPath>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="../icon.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.11" />