diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-12-22 17:19:34 +0100 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-12-22 17:19:34 +0100 |
commit | e440ff5b1f1d742b59a20b65d11092403ae9b6b1 (patch) | |
tree | d767cf30502cb543ed434621c36f088708135668 /src/rekonq.kcfg | |
parent | rekonq 0.3.25 (diff) | |
download | rekonq-e440ff5b1f1d742b59a20b65d11092403ae9b6b1.tar.xz |
add options for kget in the config panel
replace kio for download
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index 6b926552..14b727d3 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -38,6 +38,12 @@ <entry name="showBookmarksPanel" type="Bool"> <default>false</default> </entry> + <entry name="kgetDownload" type="Bool"> + <default>false</default> + </entry> + <entry name="kgetList" type="Bool"> + <default>false</default> + </entry> </group> <!-- Tabs Settings --> |