mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-23 14:51:50 +03:00
Hide inspector by default
This commit is contained in:
parent
759991e902
commit
bab23a3df7
@ -3516,7 +3516,9 @@ class PaintApp(App[None]):
|
|||||||
Static(id="status_dimensions"),
|
Static(id="status_dimensions"),
|
||||||
id="status_bar",
|
id="status_bar",
|
||||||
)
|
)
|
||||||
yield Inspector()
|
inspector = Inspector()
|
||||||
|
inspector.display = False
|
||||||
|
yield inspector
|
||||||
|
|
||||||
def on_mount(self) -> None:
|
def on_mount(self) -> None:
|
||||||
"""Called when the app is mounted."""
|
"""Called when the app is mounted."""
|
||||||
|
Loading…
Reference in New Issue
Block a user