Skip to content

Commit

Permalink
exportdialog: if using last used, set combobox to reflect that
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Oct 6, 2022
1 parent 184e43f commit 0eadea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/dialog/export/export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 0eadea8

Please sign in to comment.