We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d40a49 commit 5664c46Copy full SHA for 5664c46
1 file changed
Source/NETworkManager/MainWindow.xaml.cs
@@ -564,6 +564,8 @@ private void Load()
564
if (PolicyManager.Current?.Update_CheckForUpdatesAtStartup
565
?? SettingsManager.Current.Update_CheckForUpdatesAtStartup)
566
CheckForUpdates();
567
+ else
568
+ Log.Info("Skipping update check at startup because it is disabled in the settings or via policy");
569
}
570
571
private async void MetroWindowMain_Closing(object sender, CancelEventArgs e)
0 commit comments