Update destination preview whenever the save format changes.

This commit is contained in:
Scott Gilbertson
2024-01-07 10:09:45 -05:00
parent 21c53823ee
commit 0f66d43272

View File

@@ -397,4 +397,5 @@ void BatchQueuePanel::pathFolderChanged ()
void BatchQueuePanel::formatChanged(const Glib::ustring& format)
{
options.saveFormatBatch = saveFormatPanel->getFormat();
batchQueue->updateDestinationPathPreview();
}