Skip to content

Commit ec95042

Browse files
committed
Remove Unnecessary Dropdown Check in ChatAIWindow Options
** Generated by CodeLite. ** Signed-off-by: Eran Ifrah <eran@codelite.org>
1 parent 2d7a816 commit ec95042

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Plugin/ai/ChatAIWindow.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,6 @@ void SetCachePolicy(llm::CachePolicy policy)
181181

182182
void ChatAIWindow::OnOptions(wxAuiToolBarEvent& event)
183183
{
184-
if (!event.IsDropDownClicked()) {
185-
return;
186-
}
187-
188184
auto& llm_manager = llm::Manager::GetInstance();
189185

190186
wxMenu menu;

0 commit comments

Comments
 (0)