aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 97e6027c..e572d439 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -974,6 +974,8 @@ void UI::customize(int flags)
Stop->hide();
if ( !prefs.show_bookmarks )
Bookmarks->hide();
+ if ( !prefs.show_tools )
+ Tools->hide();
if ( !prefs.show_clear_url )
Clear->hide();
if ( !prefs.show_url )