Browse Source

ShowingLoginWhenNoSession counter

Source commit: 21fbca947e1e79e33d2b8280780f7f98cd83a3a6
Martin Prikryl 6 years ago
parent
commit
b2c03c4cb8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/windows/WinConfiguration.cpp

+ 1 - 0
source/windows/WinConfiguration.cpp

@@ -2818,6 +2818,7 @@ void __fastcall TWinConfiguration::UpdateStaticUsage()
   Usage->Set(L"DragDropDrives", !DDDrives.IsEmpty());
   Usage->Set(L"ShowingTips", ShowTips);
   Usage->Set(L"KeepingOpenWhenNoSession", KeepOpenWhenNoSession);
+  Usage->Set(L"ShowingLoginWhenNoSession", ShowLoginWhenNoSession);
   TipsUpdateStaticUsage();
 
   Usage->Set(L"CommanderNortonLikeMode", int(ScpCommander.NortonLikeMode));