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

Qt: respect BD menu option when opening

parent 46c02e85
......@@ -452,6 +452,7 @@ void DiscOpenPanel::updateButtons()
{
setDrive( psz_dvddiscpath );
m_discType = BRD;
ui.dvdsimple->setChecked( !var_InheritBool( p_intf, "bluray-menu" ) );
}
ui.titleLabel->setText( qtr("Title") );
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