瀏覽代碼

OpenedSessionsEncrypted counter

Source commit: c64a751fde07bacbc68d38142aa040551a0c8751
Martin Prikryl 7 年之前
父節點
當前提交
9cd73e5f83
共有 1 個文件被更改,包括 4 次插入0 次删除
  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");
   }
+  if (IsEncryptingFiles())
+  {
+    Configuration->Usage->Inc(L"OpenedSessionsEncrypted");
+  }
 
   FCollectFileSystemUsage = true;
 }