diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-21 11:27:17 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-21 11:27:17 +0200 |
commit | 8eac211c434358cbe536eb6f1448f1d565a5f26f (patch) | |
tree | 379776ba033cbf868d8a66d80b20359d9c19fb4c /src/rekonq.kcfg | |
parent | Simpler MessageBoxs handling.. (diff) | |
download | rekonq-8eac211c434358cbe536eb6f1448f1d565a5f26f.tar.xz |
Moving new download system to mainline.
I did some changes to fit things as simple as possible.
We can obviously improve things in a second moment..
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r-- | src/rekonq.kcfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg index a7b7f848..a02f10ad 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -17,6 +17,9 @@ <entry name="downloadDir" type="Path"> <default>$HOME</default> </entry> + <entry name="downloadToDefaultDir" type="Bool"> + <default>false</default> + </entry> <entry name="alwaysShowTabBar" type="Bool"> <default>true</default> </entry> |