mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
Ladybird: Remove menu indicator on hamburger icon
This commit is contained in:
parent
f21c0f9dcd
commit
b562c9759d
Notes:
sideshowbarker
2024-07-17 06:39:26 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/b562c9759d Pull-request: https://github.com/SerenityOS/serenity/pull/24235 Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ Tab::Tab(BrowserWindow* window, WebContentOptions const& web_content_options, St
|
|||
m_hamburger_button->setIcon(create_tvg_icon_with_theme_colors("hamburger", palette()));
|
||||
m_hamburger_button->setPopupMode(QToolButton::InstantPopup);
|
||||
m_hamburger_button->setMenu(&m_window->hamburger_menu());
|
||||
m_hamburger_button->setStyleSheet(":menu-indicator {image: none}");
|
||||
|
||||
recreate_toolbar_icons();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue