diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-10 20:35:27 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-10 20:35:27 -0500 |
commit | 7e5f62d8df7f469b879ce247d2adceffc3013f21 (patch) | |
tree | 709cdb099f3e1f817949642845f1b4958e312b1d /akregator/src/akregator.kcfg | |
parent | c4b86c6c4390a92b7848b999ffd2c2698f44ab39 (diff) | |
download | tdepim-7e5f62d8df7f469b879ce247d2adceffc3013f21.tar.gz tdepim-7e5f62d8df7f469b879ce247d2adceffc3013f21.zip |
Add additional GUI check box to toggle akregator introduction page.
This resolves bug report 1440.
Diffstat (limited to 'akregator/src/akregator.kcfg')
-rw-r--r-- | akregator/src/akregator.kcfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/akregator/src/akregator.kcfg b/akregator/src/akregator.kcfg index 29028f51a..40283878b 100644 --- a/akregator/src/akregator.kcfg +++ b/akregator/src/akregator.kcfg @@ -108,6 +108,11 @@ </entry> </group> <group name="General" > + <entry key="Disable Introduction" type="Bool" > + <label>Disable the introduction page</label> + <whatsthis>Disable the introduction page.</whatsthis> + <default>false</default> + </entry> <entry key="Fetch On Startup" type="Bool" > <label>Fetch on startup</label> <whatsthis>Fetch feedlist on startup.</whatsthis> |