mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
Ladybird+LibWeb+WebContent: Add context menu controls for muting audio
This commit is contained in:
parent
b3bbdb1e2c
commit
9e95c9892c
Notes:
sideshowbarker
2024-07-17 00:23:42 +09:00
Author: https://github.com/trflynn89
Commit: 9e95c9892c
Pull-request: https://github.com/SerenityOS/serenity/pull/19423
16 changed files with 78 additions and 0 deletions
|
@ -790,6 +790,11 @@ void ConnectionFromClient::toggle_media_play_state()
|
|||
m_page_host->toggle_media_play_state().release_value_but_fixme_should_propagate_errors();
|
||||
}
|
||||
|
||||
void ConnectionFromClient::toggle_media_mute_state()
|
||||
{
|
||||
m_page_host->toggle_media_mute_state();
|
||||
}
|
||||
|
||||
void ConnectionFromClient::toggle_media_loop_state()
|
||||
{
|
||||
m_page_host->toggle_media_loop_state().release_value_but_fixme_should_propagate_errors();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue