diff options
author | corvid <corvid@lavabit.com> | 2009-01-28 14:25:17 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-01-28 14:25:17 -0300 |
commit | a41d337f9315dda71b4bd97c2720708417824fa3 (patch) | |
tree | c2a8e92b8cf27a05b1e80f2010da62824bd9a74d /src/ui.cc | |
parent | fa21fc6b615f4b199edae837e8cc2561998f017b (diff) |
Added the show_tools dillorc option
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ) |