Prechádzať zdrojové kódy

DragDropDrives counter (see 55273790b)

Source commit: 393e273bf7bce881f0efa4075e450dfb29a6a927
Martin Prikryl 7 rokov pred
rodič
commit
21cc27bac5
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      source/windows/WinConfiguration.cpp

+ 1 - 0
source/windows/WinConfiguration.cpp

@@ -2728,6 +2728,7 @@ void __fastcall TWinConfiguration::UpdateStaticUsage()
   UnicodeString ToolbarsButtons = (Interface == ifExplorer) ? ScpExplorer.ToolbarsButtons : ScpCommander.ToolbarsButtons;
   UnicodeString ToolbarsButtons = (Interface == ifExplorer) ? ScpExplorer.ToolbarsButtons : ScpCommander.ToolbarsButtons;
   Usage->Set(L"AnyHiddenToolbarButtons", !ToolbarsButtons.IsEmpty());
   Usage->Set(L"AnyHiddenToolbarButtons", !ToolbarsButtons.IsEmpty());
   Usage->Set(L"FileColors", !FileColors.IsEmpty());
   Usage->Set(L"FileColors", !FileColors.IsEmpty());
+  Usage->Set(L"DragDropDrives", !DDDrives.IsEmpty());
   Usage->Set(L"ShowingTips", ShowTips);
   Usage->Set(L"ShowingTips", ShowTips);
   TipsUpdateStaticUsage();
   TipsUpdateStaticUsage();