call: conference

Change-Id: I728f11a1f7e62e71be8a85e9f05f715708b394af
diff --git a/src/views/HoverTableRowView.mm b/src/views/HoverTableRowView.mm
index 8484cba..f516ebe 100644
--- a/src/views/HoverTableRowView.mm
+++ b/src/views/HoverTableRowView.mm
@@ -91,6 +91,10 @@
     [self.effect_view setMaterial: static_cast<NSVisualEffectMaterial>(6)];
 }
 
+-(void)setBlurType:(int)type {
+    [self.effect_view setMaterial: static_cast<NSVisualEffectMaterial>(type)];
+}
+
 - (void)setMouseInside:(BOOL)value {
     if (mouseInside != value) {
         mouseInside = value;