Remove the bell from the borders Textual CLI command

This commit is contained in:
Dave Pearson
2022-10-19 15:19:41 +01:00
parent c4f920be67
commit 6f93568f77

View File

@@ -56,7 +56,6 @@ class BorderApp(App):
event.button.id, event.button.id,
self.stylesheet._variables["secondary"], self.stylesheet._variables["secondary"],
) )
self.bell()
app = BorderApp() app = BorderApp()