diff options
Diffstat (limited to 'modui/notification.py')
| -rw-r--r-- | modui/notification.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modui/notification.py b/modui/notification.py index ecae6e4..4866130 100644 --- a/modui/notification.py +++ b/modui/notification.py @@ -1,5 +1,6 @@ from textual.widgets import Static + class Notification(Static): def on_mount(self) -> None: self.set_timer(3, self.remove) |
