Browser: Display search engine format in statusbar
This commit is contained in:
parent
2de0ff28dd
commit
1460c93651
Notes:
sideshowbarker
2024-07-18 18:57:01 +09:00
Author: https://github.com/sppmacd Commit: https://github.com/SerenityOS/serenity/commit/1460c936514 Pull-request: https://github.com/SerenityOS/serenity/pull/6729
1 changed files with 2 additions and 0 deletions
|
@ -420,9 +420,11 @@ Tab::Tab(Type type)
|
|||
this);
|
||||
search_engine_menu.add_action(action);
|
||||
m_search_engine_actions.add_action(action);
|
||||
|
||||
if (g_search_engine == url_format) {
|
||||
action->set_checked(true);
|
||||
}
|
||||
action->set_status_tip(url_format);
|
||||
};
|
||||
|
||||
auto disable_search_engine_action = GUI::Action::create_checkable(
|
||||
|
|
Loading…
Add table
Reference in a new issue