We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25686b2 commit a968c65Copy full SHA for a968c65
src/OpenSilverMauiHybridTemplate/App.xaml.cs
@@ -9,6 +9,6 @@ public App()
9
10
protected override Window CreateWindow(IActivationState? activationState)
11
{
12
- return new Window(new MainPage()) { Title = "$safeprojectname$" };
+ return new Window(new MainPage()) { Title = "$rootprojectname$" };
13
}
14
0 commit comments