diff options
author | Maciej Zygmanowski <sppmacd@pm.me> | 2021-04-29 08:53:12 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-29 09:08:22 +0200 |
commit | 2de0ff28dd1ef0851aab377547dad96bd9bf04e0 (patch) | |
tree | 5f1ef9b6820bed674f5ca088af66c86f369a122a /Userland/Applications/Browser/Browser.h | |
parent | c3cf739b945e57cbff5342ced7eca155f16b5406 (diff) | |
download | serenity-2de0ff28dd1ef0851aab377547dad96bd9bf04e0.zip |
Browser: Save search engine setting to preferences
Diffstat (limited to 'Userland/Applications/Browser/Browser.h')
-rw-r--r-- | Userland/Applications/Browser/Browser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/Browser/Browser.h b/Userland/Applications/Browser/Browser.h index 7b254f291d..b3152d2881 100644 --- a/Userland/Applications/Browser/Browser.h +++ b/Userland/Applications/Browser/Browser.h @@ -11,5 +11,6 @@ namespace Browser { extern String g_home_url; +extern String g_search_engine; } |