Commit 6c466bb 1 parent fa3f970 commit 6c466bb Copy full SHA for 6c466bb
File tree 1 file changed +4
-3
lines changed
src/Uno.Playground.Shared
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,6 @@ protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs e)
118
118
Console . WriteLine ( "launched!" ) ;
119
119
SetupAppCenter ( ) ;
120
120
121
- #if __WASM__
122
- ApplicationView . GetForCurrentView ( ) . Title = "Uno Playground" ;
123
- #endif
124
121
#if DEBUG
125
122
if ( System . Diagnostics . Debugger . IsAttached )
126
123
{
@@ -156,6 +153,10 @@ protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEventArgs e)
156
153
Microsoft . UI . Xaml . Window . Current . Content = _rootFrame ;
157
154
}
158
155
156
+ #if HAS_UNO
157
+ Microsoft . UI . Xaml . Window . Current . Title = "Uno Playground" ;
158
+ #endif
159
+
159
160
if ( e . UWPLaunchActivatedEventArgs . PrelaunchActivated == false )
160
161
{
161
162
if ( _rootFrame . Content == null )
You can’t perform that action at this time.
0 commit comments