diff --git a/rtgui/batchqueuepanel.cc b/rtgui/batchqueuepanel.cc index 938e3d09a..ddaf04b60 100755 --- a/rtgui/batchqueuepanel.cc +++ b/rtgui/batchqueuepanel.cc @@ -184,6 +184,7 @@ void BatchQueuePanel::startBatchProc () { if (batchQueue->hasJobs()) { fdir->set_sensitive (false); fformat->set_sensitive (false); + saveOptions(); batchQueue->startProcessing (); } else