diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-04-15 00:31:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-04-15 00:31:28 +0200 |
commit | c6c126df4a2e022d52c3ecc46ac62e8f5404f2e3 (patch) | |
tree | 0d2ebbb433377eccc64567272adc580b41d22ccd /src/rekonq.kcfg | |
parent | urlbar look change (diff) | |
download | rekonq-c6c126df4a2e022d52c3ecc46ac62e8f5404f2e3.tar.xz |
Let offline web application cache quota being configurable :)
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 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> |