浏览代码

LargerToolbar usage counter for Issue 2147

Source commit: 06e0820cd8611347744e2b828d1cd6c54d79f439
Martin Prikryl 11 月之前
父节点
当前提交
7e85f43f8a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/windows/WinConfiguration.cpp

+ 1 - 0
source/windows/WinConfiguration.cpp

@@ -2991,6 +2991,7 @@ void __fastcall TWinConfiguration::UpdateStaticUsage()
   Usage->Set(L"MinimizeToTray", MinimizeToTray);
   UnicodeString ToolbarsButtons = (Interface == ifExplorer) ? ScpExplorer.ToolbarsButtons : ScpCommander.ToolbarsButtons;
   Usage->Set(L"AnyHiddenToolbarButtons", !ToolbarsButtons.IsEmpty());
+  Usage->Set(L"LargerToolbar", LargerToolbar);
   Usage->Set(L"FileColors", !FileColors.IsEmpty());
   Usage->Set(L"DragDropDrives", !DDDrives.IsEmpty());
   Usage->Set(L"ShowingTips", ShowTips);