mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Reset timer skip to old value
This commit is contained in:
@@ -38,7 +38,7 @@ class Timer:
|
||||
name: str | None = None,
|
||||
callback: TimerCallback | None = None,
|
||||
repeat: int | None = None,
|
||||
skip: bool = False,
|
||||
skip: bool = True,
|
||||
pause: bool = False,
|
||||
) -> None:
|
||||
"""A class to send timer-based events.
|
||||
|
||||
Reference in New Issue
Block a user