Fix Manage Reminders dialog (the actions column was missing, to edit/delete reminders)
All checks were successful
CI / test (push) Successful in 8m56s
Lint / test (push) Successful in 40s
Trivy / test (push) Successful in 19s

This commit is contained in:
Miguel Jacq 2025-12-13 10:48:10 +11:00
parent 7abd99fe24
commit 13b1ad7373
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 28 additions and 3 deletions

View file

@ -706,7 +706,7 @@ class ManageRemindersDialog(QDialog):
# Reminder list table
self.table = QTableWidget()
self.table.setColumnCount(5)
self.table.setColumnCount(6)
self.table.setHorizontalHeaderLabels(
[
strings._("text"),