summaryrefslogtreecommitdiff
path: root/Applications/Browser/Tab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/Browser/Tab.cpp')
-rw-r--r--Applications/Browser/Tab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/Browser/Tab.cpp b/Applications/Browser/Tab.cpp
index 733595e4fb..aed2949e66 100644
--- a/Applications/Browser/Tab.cpp
+++ b/Applications/Browser/Tab.cpp
@@ -146,6 +146,7 @@ Tab::Tab()
};
m_page_view->on_load_start = [this](auto& url) {
+ m_location_box->set_icon(nullptr);
m_location_box->set_text(url.to_string());
if (m_should_push_loads_to_history)
m_history.push(url);