Pomodoro timer is now in the sidebar when toggled on, rather than as a separate dialog, so it stays out of the way

This commit is contained in:
Miguel Jacq 2025-12-03 17:19:30 +11:00
parent 8823a304cf
commit b06f213522
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
6 changed files with 196 additions and 62 deletions

View file

@ -119,6 +119,7 @@ class ToolBar(QToolBar):
# Focus timer
self.actTimer = QAction("", self)
self.actTimer.setToolTip(strings._("toolbar_pomodoro_timer"))
self.actTimer.setCheckable(True)
self.actTimer.triggered.connect(self.timerRequested)
# Documents