Merge pull request #958 from davep/toll-free

Review the use of the bell in various examples and documentation files
This commit is contained in:
Dave Pearson
2022-10-19 15:56:21 +01:00
committed by GitHub
14 changed files with 5 additions and 55 deletions

View File

@@ -27,7 +27,6 @@ class ButtonsApp(App[str]):
)
def on_button_pressed(self, event: Button.Pressed) -> None:
self.app.bell()
self.exit(str(event.button))