Skip to content

Commit

Permalink
fix Resample > warning > Yes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 24, 2024
1 parent 32d0b76 commit 7cef7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docks/encodedock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2791,7 +2791,7 @@ void EncodeDock::on_resampleButton_clicked(bool checked)
dialog.setCheckBox(new QCheckBox(tr("Do not show this anymore.",
"Resample export warning dialog")));
switch (dialog.exec()) {
case QMessageBox::Accepted:
case QMessageBox::Yes:
setResampleEnabled(checked);
break;
case QMessageBox::No:
Expand Down

0 comments on commit 7cef7e7

Please sign in to comment.