mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
Browser: Escape an ampersand in the menu to avoid making a shortcut
This commit is contained in:
parent
871c51dfd3
commit
1c30f0a154
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ Tab::Tab(BrowserWindow& window, Type type)
|
|||
view().set_focus(true);
|
||||
};
|
||||
|
||||
m_location_box->add_custom_context_menu_action(GUI::Action::create("Paste & Go", [this](auto&) {
|
||||
m_location_box->add_custom_context_menu_action(GUI::Action::create("Paste && Go", [this](auto&) {
|
||||
m_location_box->set_text(GUI::Clipboard::the().data());
|
||||
m_location_box->on_return_pressed();
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue