mirror of
https://github.com/onyx-and-iris/lottery-tui.git
synced 2026-04-20 02:13:31 +00:00
Compare commits
2 Commits
cfba2303e6
...
v1.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 19b4f32c5a | |||
| 1bd6c0e94f |
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "lottery-tui"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
description = "A terminal user interface for lottery games."
|
||||
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
|
||||
dependencies = ["textual>=8.0.0", "loguru>=0.7.3"]
|
||||
|
||||
@@ -28,6 +28,7 @@ class LotteryTUI(App):
|
||||
],
|
||||
value='lotto',
|
||||
allow_blank=False,
|
||||
type_to_search=True,
|
||||
id='lottery-select',
|
||||
),
|
||||
Button('Draw', id='draw-button'),
|
||||
|
||||
Reference in New Issue
Block a user