mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:07:44 +00:00
BrowserSettings: Create a BrowserSettings application :^)
Browser has a bunch of settings, but most are non-trivial to add here. So far, these are implemented: - Homepage URL - Whether to close download windows when they complete The others will be added in subsequent commits.
This commit is contained in:
parent
16ee8ebc04
commit
8a284be5c7
8 changed files with 272 additions and 0 deletions
|
@ -3,6 +3,7 @@ add_subdirectory(About)
|
|||
add_subdirectory(AnalogClock)
|
||||
add_subdirectory(Assistant)
|
||||
add_subdirectory(Browser)
|
||||
add_subdirectory(BrowserSettings)
|
||||
add_subdirectory(Calculator)
|
||||
add_subdirectory(Calendar)
|
||||
add_subdirectory(CrashReporter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue