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