Commit 04a79492 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix opening of the last folder in open disc dialog

parent 0fe06bc3
......@@ -569,7 +569,7 @@ void DiscOpenPanel::updateMRL()
void DiscOpenPanel::browseDevice()
{
QString dir = QFileDialog::getExistingDirectory( this,
qtr( I_DEVICE_TOOLTIP ) );
qtr( I_DEVICE_TOOLTIP ), p_intf->p_sys->filepath );
if( !dir.isEmpty() )
{
ui.deviceCombo->addItem( toNativeSepNoSlash( dir ) );
......
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