diff options
author | Sebastian Geerken <devnull@localhost> | 2013-11-20 12:36:23 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-11-20 12:36:23 +0100 |
commit | 7dcfea2ee11c8bb89f0ce97b5029c30b59fc2787 (patch) | |
tree | 313756e703cd81ffd0426707bbe3b7f642c98b60 /dillorc | |
parent | 5d18e6897aa7fe53fcadb457fa7d1caf5a143da3 (diff) |
Added option "load_background_images" and entry in the tools menu.
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -14,10 +14,15 @@ # geometry=650x545+0+20 #geometry=780x580 -# Change this if you want to have text-only browsing from the start. -# (While browsing, this can be changed from the tools/settings menu.) +# Change this (and the following option) if you want to have text-only browsing +# from the start. (While browsing, this can be changed from the tools/settings +# menu.) #load_images=YES +# Change this if you do not want background images to be loaded initially. +# (While browsing, this can be changed from the tools/settings menu.) +#load_background_images=YES + # Change this if you want to disable loading of CSS stylesheets initially. # (While browsing, this can be changed from the tools/settings menu.) #load_stylesheets=YES |