Skip to content

Commit 60d35a9

Browse files
committed
File deletion UI bug fix
1 parent ae39756 commit 60d35a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qt-app/src/progressdialogs/cpromptdialog.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ CPromptDialog::CPromptDialog(QWidget *parent, Operation op, HaltReason promptRea
5757
ui->btnOverwrite->setVisible(false);
5858
ui->btnOverwriteAll->setVisible(false);
5959
ui->btnRename->setVisible(false);
60-
ui->btnRetry->setVisible(false);
60+
ui->btnDeleteAllAnyway->setVisible(false);
61+
ui->btnDeleteAnyway->setVisible(false);
6162
break;
6263
case hrCreatingFolderFailed:
6364
ui->lblQuestion->setText(tr("Failed to create the folder\n%1").arg(source.fullAbsolutePath()));

0 commit comments

Comments
 (0)