瀏覽代碼

ShowingLoginWhenNoSession counter

Source commit: 21fbca947e1e79e33d2b8280780f7f98cd83a3a6
Martin Prikryl 6 年之前
父節點
當前提交
b2c03c4cb8
共有 1 個文件被更改,包括 1 次插入0 次删除
  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));