diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-08 10:39:53 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-08 10:40:39 +0100 |
commit | eea1e2f00325f4048fc42cf945e9a98369e6f8ea (patch) | |
tree | fe6683814c84b3ddf9725a0db27e82754b4c1f09 /src/rekonq.kcfg | |
parent | Application Shortcut (diff) | |
download | rekonq-eea1e2f00325f4048fc42cf945e9a98369e6f8ea.tar.xz |
Application Shortcut, last commit
Config dialog, settings
REVIEW:103010
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 f0fc3766..96e71f00 100644 --- a/src/rekonq.kcfg +++ b/src/rekonq.kcfg @@ -30,6 +30,12 @@ <entry name="recoverOnCrash" type="Int"> <default>0</default> </entry> + <entry name="createDesktopAppShortcut" type="Bool"> + <default>true</default> + </entry> + <entry name="createMenuAppShortcut" type="Bool"> + <default>false</default> + </entry> </group> |