use custom stopwatch icon

This commit is contained in:
2022-09-11 09:13:40 +02:00
parent 7f6f1578ba
commit 86f3798c46
3 changed files with 20 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ class TimeDiffPlugin(PluginBase):
super(TimeDiffPlugin, self).__init__()
self.time_diff_state = False
self.time_diff_action = RAction("", lambda: self._toggle_time_diff(),
icon_file="icons/ionicons/stopwatch-outline.svg", checkable=True)
icon_file="icons/myicons/stopwatch.svg", checkable=True)
self.time_diff_hook = TimeDiffPreProcessLinesHook()
def copy(self):