Browse Source

UpdateNotificationsBusy counter

Source commit: a0b4b9d598510ecf7aea28556cde16b597a3ddd4
Martin Prikryl 8 years ago
parent
commit
042173622e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      source/forms/CustomScpExplorer.cpp

+ 4 - 0
source/forms/CustomScpExplorer.cpp

@@ -7816,6 +7816,10 @@ void __fastcall TCustomScpExplorerForm::UpdatesNoteClicked(TObject * /*Sender*/)
     Configuration->Usage->Inc(L"UpdateNotificationsClicked");
     CheckForUpdates(true);
   }
+  else
+  {
+    Configuration->Usage->Inc(L"UpdateNotificationsBusy");
+  }
 }
 //---------------------------------------------------------------------------
 void __fastcall TCustomScpExplorerForm::GetTransferPresetAutoSelectData(