exportdialog: if using last used, set combobox to reflect that

This commit is contained in:
itsmattkc
2022-10-06 09:43:24 -07:00
parent 184e43fb68
commit 0eadea8607
+1
View File
@@ -260,6 +260,7 @@ ExportDialog::ExportDialog(ViewerOutput *viewer_node, bool stills_only_mode, QWi
// If the viewer already has cached params, use them
if (!stills_only_mode_ && viewer_node_->GetLastUsedEncodingParams().IsValid()) {
SetParams(viewer_node_->GetLastUsedEncodingParams());
QtUtils::SetComboBoxData(preset_combobox_, kPresetLastUsed);
} else {
SetDefaults();
}