summaryrefslogtreecommitdiff
path: root/Base/res/apps/BrowserSettings.af
AgeCommit message (Collapse)Author
2023-01-03LibDesktop+Taskbar: Add an option to exclude apps from the system menuTimothy Flynn
We currently hard-code excluding Settings apps from the system menu. This adds an "ExcludeFromSystemMenu" option to the AppFile configuration to selectively exclude these apps, which all Settings app now set. This is to allow selectively excluding a few Demo apps in a future commit.
2021-11-26BrowserSettings: Create a BrowserSettings application :^)Sam Atkins
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.