From a3c74a218fa802e871c4e97136daf02a2bc41765 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 28 Nov 2025 13:56:18 +1100 Subject: [PATCH] Adjust history icon (again) --- bouquin/toolbar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bouquin/toolbar.py b/bouquin/toolbar.py index 8873ffd..18d0fa7 100644 --- a/bouquin/toolbar.py +++ b/bouquin/toolbar.py @@ -106,7 +106,7 @@ class ToolBar(QToolBar): self.actInsertImg.triggered.connect(self.insertImageRequested) # History button - self.actHistory = QAction("🔁", self) + self.actHistory = QAction("↺", self) self.actHistory.setToolTip(strings._("history")) self.actHistory.triggered.connect(self.historyRequested) @@ -187,7 +187,7 @@ class ToolBar(QToolBar): self._style_letter_button(self.actTimer, "⌛") # History - self._style_letter_button(self.actHistory, "🔁") + self._style_letter_button(self.actHistory, "↺") def _style_letter_button( self,