diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:14:55 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-13 03:14:55 +0200 |
commit | 09567d9fbf6e034319bbdf7820f4bceac42cee12 (patch) | |
tree | 94352260f033ed1c1dd24230a0a30b071e8b3ada /src/rekonq.kcfg | |
parent | notification system made default and no more "unsettable" (diff) | |
download | rekonq-09567d9fbf6e034319bbdf7820f4bceac42cee12.tar.xz |
Modified rekonq behaviour:
HomePage has 2 choices: usual home page vs new tab page
new tab has 3: new tabp page, home page, blank page
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 56f0b18c..401ce58c 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -11,6 +11,9 @@ <!-- General Settings --> <group name="General"> + <entry name="useNewTabPage" type="Bool"> + <default>true</default> + </entry> <entry name="newTabsBehaviour" type="Int"> <default>0</default> </entry> |