Skip to content

Commit

Permalink
Do not check for updates in debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Nov 3, 2022
1 parent f37b1ef commit fe4e50d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions biorand/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ public MainWindow()
LoadSettings();
UpdateUi();
UpdateEnabledUi();
#if !DEBUG
CheckForNewVersion();
#endif
}

private void LoadSettings()
Expand Down

0 comments on commit fe4e50d

Please sign in to comment.