mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 10:41:30 +00:00
Browser: Add Browser.ini configuration file
The Browser can now load a home page URL from the user's Browser.ini configuration file rather than using a hard-coded URL.
This commit is contained in:
parent
0f4fa43541
commit
6dde2c7f47
Notes:
sideshowbarker
2024-07-19 07:19:15 +09:00
Author: https://github.com/bcoles
Commit: 6dde2c7f47
Pull-request: https://github.com/SerenityOS/serenity/pull/1936
Reviewed-by: https://github.com/bugaevc
2 changed files with 6 additions and 2 deletions
2
Base/home/anon/Browser.ini
Normal file
2
Base/home/anon/Browser.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Preferences]
|
||||
Home=file:///home/anon/www/welcome.html
|
Loading…
Add table
Add a link
Reference in a new issue