Skip to content

Commit 5664c46

Browse files
committed
Update MainWindow.xaml.cs
1 parent 8d40a49 commit 5664c46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/NETworkManager/MainWindow.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,8 @@ private void Load()
564564
if (PolicyManager.Current?.Update_CheckForUpdatesAtStartup
565565
?? SettingsManager.Current.Update_CheckForUpdatesAtStartup)
566566
CheckForUpdates();
567+
else
568+
Log.Info("Skipping update check at startup because it is disabled in the settings or via policy");
567569
}
568570

569571
private async void MetroWindowMain_Closing(object sender, CancelEventArgs e)

0 commit comments

Comments
 (0)