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 c8294cd commit 41dbdb9Copy full SHA for 41dbdb9
src/Files.App/Helpers/Application/AppLifecycleHelper.cs
@@ -139,7 +139,7 @@ public static async Task CheckAppUpdate()
139
await updateService.CheckAndUpdateFilesLauncherAsync();
140
await updateService.CheckForReleaseNotesAsync();
141
142
- if (IsAppUpdated && updateService.AreReleaseNotesAvailable)
+ if (AppEnvironment != AppEnvironment.Dev && IsAppUpdated && updateService.AreReleaseNotesAvailable)
143
await Ioc.Default.GetRequiredService<ICommandManager>().OpenReleaseNotes.ExecuteAsync();
144
}
145
0 commit comments