mirror of
https://github.com/SerenityOS/serenity
synced 2024-11-05 17:46:52 +00:00
3d6b0e60ca
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.
6 lines
165 B
Text
6 lines
165 B
Text
[App]
|
|
Name=Calendar Settings
|
|
Executable=/bin/CalendarSettings
|
|
Category=Settings
|
|
Description=Configure the Calendar application and applet
|
|
ExcludeFromSystemMenu=true
|