shortcut for time log. adjust checkbox size again. Use icon for Images in toolbar
Some checks failed
CI / test (push) Failing after 3m47s
Lint / test (push) Successful in 29s
Trivy / test (push) Successful in 21s

This commit is contained in:
Miguel Jacq 2025-11-19 11:47:27 +11:00
parent 55b78833ac
commit ef10e0aab7
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
3 changed files with 4 additions and 2 deletions

View file

@ -92,7 +92,7 @@ class ToolBar(QToolBar):
self.actAlarm.triggered.connect(self.alarmRequested)
# Images
self.actInsertImg = QAction(strings._("images"), self)
self.actInsertImg = QAction("📸", self)
self.actInsertImg.setToolTip(strings._("insert_images"))
self.actInsertImg.setShortcut("Ctrl+Shift+I")
self.actInsertImg.triggered.connect(self.insertImageRequested)