mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
Ladybird/AppKit: Support searching with a search engine in the URL bar
The setting for the search engine to use is currently ephemeral. Once we have a settings dialog, we can implement this setting there, and persist that setting.
This commit is contained in:
parent
e7d977f58d
commit
f885839ba5
3 changed files with 54 additions and 1 deletions
|
@ -40,5 +40,6 @@
|
|||
- (WebView::CookieJar&)cookieJar;
|
||||
- (Optional<StringView> const&)webdriverContentIPCPath;
|
||||
- (Web::CSS::PreferredColorScheme)preferredColorScheme;
|
||||
- (WebView::SearchEngine const&)searchEngine;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue