@@ -6,7 +6,7 @@ from PyQt5.QtWidgets import (
)
class ListItemWidget(QWidget):
def __init__(self, text, index, on_start, on_stop):
def __init__(self, text, index):
super().__init__()
self.text = text
self.index = index
The note is not visible to the blocked user.