Add additional GUI check box to toggle akregator introduction page.

This resolves bug report 1440.
pull/21/head
Darrell Anderson 11 years ago
parent c4b86c6c43
commit 7e5f62d8df

@ -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>

@ -127,6 +127,14 @@
<string>Fetch all fee&amp;ds on startup</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="0">
<property name="name">
<cstring>kcfg_DisableIntroduction</cstring>
</property>
<property name="text">
<string>Disable the &amp;introduction page</string>
</property>
</widget>
</grid>
</widget>
<spacer row="3" column="0">

Loading…
Cancel
Save