Explorar o código

OpenedSessionsEncrypted counter

Source commit: c64a751fde07bacbc68d38142aa040551a0c8751
Martin Prikryl %!s(int64=7) %!d(string=hai) anos
pai
achega
9cd73e5f83
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      source/core/Terminal.cpp

+ 4 - 0
source/core/Terminal.cpp

@@ -7478,6 +7478,10 @@ void __fastcall TTerminal::CollectUsage()
   {
   {
     Configuration->Usage->Inc(L"OpenedSessionsFtpProxy");
     Configuration->Usage->Inc(L"OpenedSessionsFtpProxy");
   }
   }
+  if (IsEncryptingFiles())
+  {
+    Configuration->Usage->Inc(L"OpenedSessionsEncrypted");
+  }
 
 
   FCollectFileSystemUsage = true;
   FCollectFileSystemUsage = true;
 }
 }