From 5d8741edfae99fcfa4f054fb54cd1b3daa36d72d Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 8 Aug 2025 18:15:28 +0900 Subject: [PATCH] chore: drop unnecessary comment --- helpers/ui.py | 1 - 1 file changed, 1 deletion(-) 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