Commit 4d52eeb6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Add the meta-fetcher option to the privacy part of the Simple preferences.

parent 9c9d1ddd
......@@ -394,6 +394,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
optionWidgets.append( ui.qt4 );
CONFIG_GENERIC( "album-art", IntegerList, ui.artFetchLabel, artFetcher );
CONFIG_GENERIC( "fetch-meta", Bool, NULL, metaFetcher );
CONFIG_GENERIC( "qt-updates-notif", Bool, NULL, qtUpdates );
CONFIG_GENERIC( "qt-always-video", Bool, NULL, qtAlwaysVideo );
CONFIG_GENERIC_FILE( "skins2-last", File, NULL, fileSkin,
......
......@@ -5,8 +5,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>444</width>
<height>520</height>
<width>445</width>
<height>535</height>
</rect>
</property>
<property name="windowTitle" >
......@@ -163,13 +163,20 @@
<item row="0" column="1" >
<widget class="QComboBox" name="artFetcher" />
</item>
<item row="1" column="0" >
<item row="2" column="0" >
<widget class="QCheckBox" name="qtUpdates" >
<property name="text" >
<string>_("Activate update notifier")</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QCheckBox" name="metaFetcher" >
<property name="text" >
<string>_("Fetch the metadata from Internet")</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment