summaryrefslogtreecommitdiff
path: root/src/rekonq.kcfg
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-04-15 00:31:28 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-04-15 00:31:28 +0200
commitc6c126df4a2e022d52c3ecc46ac62e8f5404f2e3 (patch)
tree0d2ebbb433377eccc64567272adc580b41d22ccd /src/rekonq.kcfg
parenturlbar look change (diff)
downloadrekonq-c6c126df4a2e022d52c3ecc46ac62e8f5404f2e3.tar.xz
Let offline web application cache quota being configurable :)
Diffstat (limited to 'src/rekonq.kcfg')
-rw-r--r--src/rekonq.kcfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rekonq.kcfg b/src/rekonq.kcfg
index c6931d2b..80831ae9 100644
--- a/src/rekonq.kcfg
+++ b/src/rekonq.kcfg
@@ -206,6 +206,9 @@
<entry name="localStorageEnabled" type="Bool">
<default>false</default>
</entry>
+ <entry name="offlineWebApplicationCacheQuota" type="Int">
+ <default>50</default>
+ </entry>
<!-- xxx -->
<entry name="javaEnabled" type="Bool">
<default>true</default>