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 c636a9e commit c65b5e5Copy full SHA for c65b5e5
src/Files.App/Views/SplashScreenPage.xaml.cs
@@ -15,8 +15,7 @@ public sealed partial class SplashScreenPage : Page
15
AppLifecycleHelper.AppEnvironment switch
16
{
17
AppEnvironment.Dev => "Dev",
18
- AppEnvironment.StorePreview => "Preview",
19
- AppEnvironment.SideloadPreview => "Preview",
+ AppEnvironment.SideloadPreview or AppEnvironment.StorePreview => "Preview",
20
_ => string.Empty,
21
};
22
0 commit comments