We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687a8b3 commit 2b0a914Copy full SHA for 2b0a914
src/Files.App/MainWindow.xaml.cs
@@ -62,11 +62,11 @@ public void ShowSplashScreen()
62
63
public async Task InitializeApplicationAsync(object activatedEventArgs)
64
{
65
+ var rootFrame = EnsureWindowIsInitialized();
66
+
67
// Set system backdrop
68
SystemBackdrop = new AppSystemBackdrop();
69
- var rootFrame = EnsureWindowIsInitialized();
-
70
switch (activatedEventArgs)
71
72
case ILaunchActivatedEventArgs launchArgs:
0 commit comments