diff --git a/helpers/ui.py b/helpers/ui.py index ef1b6f8..c559fd5 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -1154,7 +1154,6 @@ class Toast(Gtk.EventBox): self.set_visible(True) def _defer_fade(self) -> Literal[False]: - """Defers fade out of toast""" GLib.timeout_add(30, self.fade_out) return False