Skip to content

Commit c44ae8b

Browse files
committed
snapshot fix
1 parent 96cc8c9 commit c44ae8b

File tree

2 files changed

+70
-71
lines changed

2 files changed

+70
-71
lines changed

src/textual/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def compose(self) -> ComposeResult:
322322
example_css = "\n".join(Path(self.css_path[0]).read_text().splitlines()[:50])
323323
yield Container(
324324
Sidebar(classes="-hidden"),
325-
Header(show_clock=True),
325+
Header(show_clock=False),
326326
TextLog(classes="-hidden", wrap=False, highlight=True, markup=True),
327327
Body(
328328
QuickAccess(

0 commit comments

Comments
 (0)