Commit 1052ee78 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix bluray menu checkbox

parent 6306e746
...@@ -615,8 +615,8 @@ void DiscOpenPanel::updateMRL() ...@@ -615,8 +615,8 @@ void DiscOpenPanel::updateMRL()
} }
else if ( ui.bdRadioButton->isChecked() ) else if ( ui.bdRadioButton->isChecked() )
{ {
if ( ui.dvdsimple->isChecked() == false ) if ( ui.dvdsimple->isChecked() != true )
opts += " :bluray-menu"; opts += " :no-bluray-menu";
} }
emit mrlUpdated( fileList, opts ); emit mrlUpdated( fileList, opts );
} }
......
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