use custom stopwatch icon
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user