mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 06:59:47 +00:00
LibWebView+UI/AppKit: Display icons in the macOS UI on Tahoe
On macOS Tahoe, it is now recommended to show menu item icons. We use system symbols for this now. Symbols do not have constant variable names and must be found via the SF Symbols app. The symbols chosen here were to match Safari as close as possible.
This commit is contained in:
parent
8ebc20a4f0
commit
ede6314cb6
Notes:
github-actions[bot]
2025-09-17 10:30:06 +00:00
Author: https://github.com/trflynn89
Commit: ede6314cb6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6215
6 changed files with 95 additions and 14 deletions
|
@ -331,7 +331,8 @@ protected:
|
|||
RefPtr<Action> m_media_pause_action;
|
||||
RefPtr<Action> m_media_mute_action;
|
||||
RefPtr<Action> m_media_unmute_action;
|
||||
RefPtr<Action> m_media_controls_action;
|
||||
RefPtr<Action> m_media_show_controls_action;
|
||||
RefPtr<Action> m_media_hide_controls_action;
|
||||
RefPtr<Action> m_media_loop_action;
|
||||
|
||||
Queue<Web::InputEvent> m_pending_input_events;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue