mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:37:44 +00:00
Ladybird+LibWeb+WebContent: Add context menu controls for muting audio
This commit is contained in:
parent
b3bbdb1e2c
commit
9e95c9892c
16 changed files with 78 additions and 0 deletions
|
@ -47,5 +47,7 @@ struct IconBag final {
|
|||
RefPtr<Gfx::Bitmap> rename { nullptr };
|
||||
RefPtr<Gfx::Bitmap> play { nullptr };
|
||||
RefPtr<Gfx::Bitmap> pause { nullptr };
|
||||
RefPtr<Gfx::Bitmap> mute { nullptr };
|
||||
RefPtr<Gfx::Bitmap> unmute { nullptr };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue