We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cac91 commit 38edfbaCopy full SHA for 38edfba
Windows Backup/windows_backup.py
@@ -648,13 +648,12 @@ def run_deduplication(self):
648
table.setItem(row, 1, QTableWidgetItem(path))
649
table.resizeColumnsToContents()
650
vbox.addWidget(table)
651
- # Add a close button
+
652
close_btn = QPushButton("Close", dialog)
653
close_btn.clicked.connect(dialog.accept)
654
vbox.addWidget(close_btn)
655
dialog.exec()
656
657
- # After dialog is closed, show the action dialog
658
action_box = QMessageBox(self)
659
action_box.setWindowTitle("Choose Action")
660
action_box.setText("What would you like to do with the duplicates?")
0 commit comments