mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Correct the description of what the button example does
Originally it was partially correct in that it did sound the bell, but it also then exited the application and printed the details of the button -- the text didn't mention the latter aspect. This corrects that and removes mention of the bell sound because we've now removed that.
This commit is contained in:
@@ -10,7 +10,7 @@ when it has focus.
|
||||
## Example
|
||||
|
||||
The example below shows each button variant, and its disabled equivalent.
|
||||
Clicking any of the non-disabled buttons in the example app below will result in a ring of the terminal bell.
|
||||
Clicking any of the non-disabled buttons in the example app below will result the app exiting and the details of the selected button being printed to the console.
|
||||
|
||||
=== "Output"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user