mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: drop unnecessary comment
This commit is contained in:
parent
94cabc9d70
commit
5d8741edfa
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user