Skip to content

Commit

Permalink
removes true from whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Sep 8, 2020
1 parent 0380aff commit 7322321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TremAn3/Services/WhatsNewDisplayService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class WhatsNewDisplayService

internal static async Task ShowIfAppropriateAsync()
{
if (true || SystemInformation.IsAppUpdated && !shown)
if ( SystemInformation.IsAppUpdated && !shown)
{
shown = true;
var dialog = new WhatsNewDialog();
Expand Down

0 comments on commit 7322321

Please sign in to comment.