mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove the bell from the actions05 documentation example
This commit is contained in:
@@ -28,7 +28,6 @@ class ActionsApp(App):
|
|||||||
|
|
||||||
def action_set_background(self, color: str) -> None:
|
def action_set_background(self, color: str) -> None:
|
||||||
self.screen.styles.background = color
|
self.screen.styles.background = color
|
||||||
self.bell()
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user