Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed May 18, 2024
1 parent b148131 commit 24ae42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

- Added App.get_default_screen
- Added `App.get_default_screen` https://github.com/Textualize/textual/pull/4520

## [0.60.1] - 2024-05-15

Expand Down
2 changes: 1 addition & 1 deletion src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ def get_default_screen(self) -> Screen:
Implement this method if you would like to use a custom Screen as the default screen.
Returns:
A screen subclass.
A screen instance.
"""
return Screen(id="_default")

Expand Down

0 comments on commit 24ae42f

Please sign in to comment.