ladybird/Userland/Libraries/LibDesktop
Timothy Flynn 3d6b0e60ca LibDesktop+Taskbar: Add an option to exclude apps from the system menu
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.
2023-01-03 17:56:55 +01:00
..
AppFile.cpp LibDesktop+Taskbar: Add an option to exclude apps from the system menu 2023-01-03 17:56:55 +01:00
AppFile.h LibDesktop+Taskbar: Add an option to exclude apps from the system menu 2023-01-03 17:56:55 +01:00
CMakeLists.txt Demos+LibDesktop: Centralize screensaver logic 2022-12-27 12:38:08 +01:00
Launcher.cpp Everywhere: Remove unused includes of LibC/stdlib.h 2023-01-02 20:27:20 -05:00
Launcher.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Screensaver.cpp LibDesktop: Do not quit screensaver on immediate mouse move 2022-12-27 12:38:08 +01:00
Screensaver.h LibDesktop: Do not quit screensaver on immediate mouse move 2022-12-27 12:38:08 +01:00