Skip to content

Commit 38edfba

Browse files
committed
refactor: Update MainWindow layout, state, and keep-awake feature
1 parent f3cac91 commit 38edfba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Windows Backup/windows_backup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,13 +648,12 @@ def run_deduplication(self):
648648
table.setItem(row, 1, QTableWidgetItem(path))
649649
table.resizeColumnsToContents()
650650
vbox.addWidget(table)
651-
# Add a close button
651+
652652
close_btn = QPushButton("Close", dialog)
653653
close_btn.clicked.connect(dialog.accept)
654654
vbox.addWidget(close_btn)
655655
dialog.exec()
656656

657-
# After dialog is closed, show the action dialog
658657
action_box = QMessageBox(self)
659658
action_box.setWindowTitle("Choose Action")
660659
action_box.setText("What would you like to do with the duplicates?")

0 commit comments

Comments
 (0)