Skip to content
Snippets Groups Projects
Commit d6bfea1b authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Add extension point for GC tooltip

parent 27ffae2a
No related branches found
No related tags found
No related merge requests found
......@@ -252,6 +252,9 @@ class GCTooltip():
self.avatar.show()
self.fillelement.show()
app.plugin_manager.gui_extension_point(
'gc_tooltip_populate', self, contact, self.tooltip_grid)
@staticmethod
def colorize_affiliation(affiliation):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment