Updated playlist view name. Added custom title bar.

This commit is contained in:
2026-07-26 22:37:17 -04:00
parent 140d4ea49a
commit c334a4166f
8 changed files with 47 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0-windows10.0.26100.0</TargetFramework>
@@ -68,7 +68,7 @@
<Page Update="Views\PlayingSongView.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\PlaylistView.xaml">
<Page Update="Views\PlaylistDetailView.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Views\PlayerView.xaml">