codetools: hide cody form

This commit is contained in:
mattias 2024-08-31 08:14:49 +02:00
parent a41c051823
commit d172d0d24a

View File

@ -191,12 +191,11 @@ begin
// View menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Cody tool window
{$IFDEF EnableCodyExperiments}
ViewCodyWindowCommand:=RegisterIDECommand(CmdCatView, 'Cody',
'Cody', CleanIDEShortCut, CleanIDEShortCut, nil, @ShowCodyWindow);
RegisterIDEMenuCommand(itmViewMainWindows, 'ViewCody',
'Cody', nil, nil, ViewCodyWindowCommand)
{$IFNDEF EnableCodyExperiments}
.Visible:=false
{$ENDIF};
// Components - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -