summaryrefslogtreecommitdiff
path: root/example.py
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-08-25 04:25:40 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-08-25 04:25:40 +0100
commit9ecd7ede0f3b1043aa8a6b1e1558176c09814a5f (patch)
tree95373543b667ace25618118508e486b1a6fe4467 /example.py
parent0665e351aac54294107aa9a02de5910d91a8bae8 (diff)
added a way to disable the toolbars in the browserHEADmaster
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'example.py')
-rwxr-xr-xexample.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.py b/example.py
index 959b724..22cfa41 100755
--- a/example.py
+++ b/example.py
@@ -59,6 +59,7 @@ def main():
# this is the default behaviour, but it does not hurt to explicit it
builder.set_default_search_engine('duckduckgo')
+ builder.disable_toolbars()
# display the generated configuration on the standard output
print(builder.get_output())