@ -81,7 +81,6 @@ class MainWindow(Gtk.Window):
self.timeslots = Gtk.ListBox()
for slot in ["09:00", "15:00", "21:00"]:
print(slot)
row = Gtk.ListBoxRow()
hbox = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=50)
row.add(hbox)
The note is not visible to the blocked user.