diff --git a/Ladybird/Tab.cpp b/Ladybird/Tab.cpp index bc8302ec699..26546626341 100644 --- a/Ladybird/Tab.cpp +++ b/Ladybird/Tab.cpp @@ -30,6 +30,7 @@ Tab::Tab(QMainWindow* window) m_location_edit = new QLineEdit; m_hover_label = new QLabel(this); + m_hover_label->hide(); m_hover_label->setFrameShape(QFrame::Shape::Box); m_hover_label->setAutoFillBackground(true);