Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Dec 4, 2024
1 parent eef9e49 commit 707cebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/widgets/_toggle_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class ToggleButton(Static, can_focus=True):
}
}
}
""" # TODO: https://github.com/Textualize/textual/issues/1780
"""

BUTTON_LEFT: str = "▐"
"""The character used for the left side of the toggle button."""
Expand Down

0 comments on commit 707cebc

Please sign in to comment.