Commit b73f0f97 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: display the continue playback option in SPrefs

parent 1c7f99b0
...@@ -848,6 +848,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -848,6 +848,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui.recentlyPlayedFilters, setEnabled( bool ) ); ui.recentlyPlayedFilters, setEnabled( bool ) );
ui.recentlyPlayedFilters->setEnabled( false ); ui.recentlyPlayedFilters->setEnabled( false );
CONFIG_BOOL( "qt-recentplay", saveRecentlyPlayed ); CONFIG_BOOL( "qt-recentplay", saveRecentlyPlayed );
CONFIG_BOOL( "qt-continue", continueBox );
CONFIG_GENERIC( "qt-recentplay-filter", String, ui.filterLabel, CONFIG_GENERIC( "qt-recentplay-filter", String, ui.filterLabel,
recentlyPlayedFilters ); recentlyPlayedFilters );
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>700</width> <width>700</width>
<height>640</height> <height>757</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
...@@ -553,13 +553,20 @@ ...@@ -553,13 +553,20 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item row="4" column="0">
<widget class="QCheckBox" name="MetadataNetworkAccessMode"> <widget class="QCheckBox" name="MetadataNetworkAccessMode">
<property name="text"> <property name="text">
<string>Allow metadata network access</string> <string>Allow metadata network access</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="4">
<widget class="QCheckBox" name="continueBox">
<property name="text">
<string>Continue playback?</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </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