1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:27:35 +00:00

Browser: Save search engine setting to preferences

This commit is contained in:
Maciej Zygmanowski 2021-04-29 08:53:12 +02:00 committed by Andreas Kling
parent c3cf739b94
commit 2de0ff28dd
4 changed files with 17 additions and 8 deletions

View file

@ -11,5 +11,6 @@
namespace Browser {
extern String g_home_url;
extern String g_search_engine;
}