summaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-01-28 14:25:17 -0300
committercorvid <corvid@lavabit.com>2009-01-28 14:25:17 -0300
commita41d337f9315dda71b4bd97c2720708417824fa3 (patch)
treec2a8e92b8cf27a05b1e80f2010da62824bd9a74d /src/ui.cc
parentfa21fc6b615f4b199edae837e8cc2561998f017b (diff)
Added the show_tools dillorc option
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 )