Commit f1790cf4 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: advanced capture: fix mrl generation for advanced options

parent 5cc04d06
......@@ -1160,7 +1160,7 @@ void CaptureOpenPanel::updateMRL()
}
emit methodChanged( "live-caching" );
if( !advMRL.isEmpty() ) mrl += advMRL;
if( !advMRL.isEmpty() ) mrl += " " + advMRL;
emit mrlUpdated( fileList, mrl );
}
......
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