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