Skip to content

Commit

Permalink
Merge pull request #16325 from brave/update_sidebar_config_url_from_s…
Browse files Browse the repository at this point in the history
…idebar

Updated sidebar's config button target url
  • Loading branch information
simonhong authored Dec 13, 2022
2 parents 91090c2 + 8eea9c8 commit e1ff5d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion browser/ui/views/sidebar/sidebar_control_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ void SidebarControlView::OnButtonPressed(views::View* view) {
if (view == sidebar_settings_view_) {
browser_->sidebar_controller()->LoadAtTab(
GURL("brave://settings?search=" +
l10n_util::GetStringUTF8(IDS_SETTINGS_SIDEBAR_SHOW_OPTION_TITLE)));
l10n_util::GetStringUTF8(
IDS_SETTINGS_APPEARNCE_SETTINGS_SIDEBAR_PART_TITLE)));
}
}

Expand Down

0 comments on commit e1ff5d2

Please sign in to comment.