Skip to content

Commit c65b5e5

Browse files
committed
Update SplashScreenPage.xaml.cs
1 parent c636a9e commit c65b5e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Files.App/Views/SplashScreenPage.xaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ public sealed partial class SplashScreenPage : Page
1515
AppLifecycleHelper.AppEnvironment switch
1616
{
1717
AppEnvironment.Dev => "Dev",
18-
AppEnvironment.StorePreview => "Preview",
19-
AppEnvironment.SideloadPreview => "Preview",
18+
AppEnvironment.SideloadPreview or AppEnvironment.StorePreview => "Preview",
2019
_ => string.Empty,
2120
};
2221

0 commit comments

Comments
 (0)