diff --git a/App.xaml.cs b/App.xaml.cs
index 18bfd0171e..3dee662f74 100644
--- a/App.xaml.cs
+++ b/App.xaml.cs
@@ -9,6 +9,6 @@ public App()
protected override Window CreateWindow(IActivationState? activationState)
{
- return new Window(new MainPage()) { Title = "AutoPilot.App" };
+ return new Window(new MainPage()) { Title = "" };
}
}
diff --git a/AutoPilot.App.csproj b/AutoPilot.App.csproj
index ded97d09b9..7a041fde7c 100644
--- a/AutoPilot.App.csproj
+++ b/AutoPilot.App.csproj
@@ -29,7 +29,7 @@