We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aceee9f commit 02452c3Copy full SHA for 02452c3
src/textual/app.py
@@ -859,11 +859,11 @@ async def run_callback() -> CallThreadReturnType:
859
return result
860
861
def action_toggle_dark(self) -> None:
862
- """Action to toggle dark mode."""
+ """An [action](/guide/actions) to toggle dark mode."""
863
self.dark = not self.dark
864
865
def action_screenshot(self, filename: str | None = None, path: str = "./") -> None:
866
- """This action will save an SVG file containing the current contents of the screen.
+ """This [action](/guide/actions) will save an SVG file containing the current contents of the screen.
867
868
Args:
869
filename: Filename of screenshot, or None to auto-generate.
0 commit comments