1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 00:47:45 +00:00

Ladybird: Remove the "home" icon from the toolbar (and the concept)

This feature isn't really that useful in practice, so let's remove it.
(Other browsers haven't had this action for years either.)
This commit is contained in:
Andreas Kling 2023-05-05 15:18:20 +02:00
parent f0f82c6391
commit 60312f2c83
7 changed files with 2 additions and 33 deletions

View file

@ -43,7 +43,6 @@ public slots:
void page_favicon_changed(QIcon);
void back();
void forward();
void home();
void reload();
signals:
@ -68,7 +67,6 @@ private:
OwnPtr<QAction> m_back_action;
OwnPtr<QAction> m_forward_action;
OwnPtr<QAction> m_home_action;
OwnPtr<QAction> m_reload_action;
int tab_index();