1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00
serenity/Userland/Libraries/LibDesktop
Jelle Raaijmakers 1a4b1ecd04 LibDesktop: Add support for IconPath in AppFile
With `IconPath`, you can override the icon used for the application
shortcut. This currently only supports resolving the icon through
`GUI::FileIconProvider`, the implementation for pointing to actual
image files is left as an exercise for the reader.
2021-08-04 13:54:08 +01:00
..
AppFile.cpp LibDesktop: Add support for IconPath in AppFile 2021-08-04 13:54:08 +01:00
AppFile.h LibDesktop: Add support for IconPath in AppFile 2021-08-04 13:54:08 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Launcher.cpp Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
Launcher.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00