mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:47:34 +00:00
Ladybird: Add context menu items to directly open audio files
After commit 7ec7015
, we can open audio documents directly. This adds
content menu items to do so, similar to images and videos.
This commit is contained in:
parent
13e1f61a81
commit
2e5fbe8052
4 changed files with 24 additions and 0 deletions
|
@ -16,6 +16,7 @@ struct IconBag final {
|
|||
RefPtr<Gfx::Bitmap> filetype_html { nullptr };
|
||||
RefPtr<Gfx::Bitmap> filetype_text { nullptr };
|
||||
RefPtr<Gfx::Bitmap> filetype_javascript { nullptr };
|
||||
RefPtr<Gfx::Bitmap> filetype_audio { nullptr };
|
||||
RefPtr<Gfx::Bitmap> filetype_image { nullptr };
|
||||
RefPtr<Gfx::Bitmap> filetype_video { nullptr };
|
||||
RefPtr<Gfx::Bitmap> bookmark_contour { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue