Updated playlist view name. Added custom title bar.
This commit is contained in:
@@ -4,8 +4,18 @@ namespace Harmonia.WinUI;
|
||||
|
||||
public sealed partial class MainWindow : Window
|
||||
{
|
||||
private const string ApplicationTitle = "Harmonia";
|
||||
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
InitializeTitleBar();
|
||||
}
|
||||
|
||||
private void InitializeTitleBar()
|
||||
{
|
||||
Title = ApplicationTitle;
|
||||
ExtendsContentIntoTitleBar = true;
|
||||
SetTitleBar(AppTitleBar);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user