Skip to content

Commit

Permalink
Revert AI chat button action
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning committed Oct 18, 2024
1 parent 1a3d7c9 commit d3306da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/ui/views/toolbar/ai_chat_button.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ AIChatButton::AIChatButton(Browser* browser)
AIChatButton::~AIChatButton() = default;

void AIChatButton::ButtonPressed() {
chrome::ExecuteCommand(&browser_.get(), IDC_OPEN_FULL_PAGE_CHAT);
chrome::ExecuteCommand(&browser_.get(), IDC_TOGGLE_AI_CHAT);

ai_chat::AIChatMetrics* metrics =
g_brave_browser_process->process_misc_metrics()->ai_chat_metrics();
Expand Down

0 comments on commit d3306da

Please sign in to comment.