Commit 5afe66f6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: respect BD menu option when opening

(cherry picked from commit c3f5043184787860f637b9603f3a7448cb0e7278)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 3922b615
...@@ -453,6 +453,7 @@ void DiscOpenPanel::updateButtons() ...@@ -453,6 +453,7 @@ void DiscOpenPanel::updateButtons()
{ {
setDrive( psz_dvddiscpath ); setDrive( psz_dvddiscpath );
m_discType = BRD; m_discType = BRD;
ui.dvdsimple->setChecked( !var_InheritBool( p_intf, "bluray-menu" ) );
} }
ui.titleLabel->setText( qtr("Title") ); ui.titleLabel->setText( qtr("Title") );
ui.chapterLabel->hide(); ui.chapterLabel->hide();
......
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