@@ -409,7 +409,7 @@ class Frontend(Gtk.Window):
self.get_window().set_cursor(Gdk.Cursor(Gdk.CursorType.BLANK_CURSOR))
def run(self):
GLib.timeout_add_seconds(2, self.on_timer)
GLib.timeout_add_seconds(1, self.on_timer)
self.show_all()
Gtk.main()
The note is not visible to the blocked user.