mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
@@ -262,6 +262,13 @@ class App(Generic[ReturnType], DOMNode):
|
||||
]
|
||||
|
||||
title: Reactive[str] = Reactive("", compute=False)
|
||||
"""Reactive[str]: The title for the application.
|
||||
|
||||
The initial value in a running application will be that set in `TITLE`
|
||||
(if one is set). Assign new values to this instance attribute to change
|
||||
the title.
|
||||
"""
|
||||
|
||||
sub_title: Reactive[str] = Reactive("", compute=False)
|
||||
dark: Reactive[bool] = Reactive(True, compute=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user