mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove _layout attribute from App
This commit is contained in:
@@ -90,7 +90,6 @@ class App(DOMNode):
|
|||||||
self._screen = screen
|
self._screen = screen
|
||||||
self.driver_class = driver_class or LinuxDriver
|
self.driver_class = driver_class or LinuxDriver
|
||||||
self._title = title
|
self._title = title
|
||||||
self._layout = DockLayout()
|
|
||||||
self._view_stack: list[View] = []
|
self._view_stack: list[View] = []
|
||||||
|
|
||||||
self.focused: Widget | None = None
|
self.focused: Widget | None = None
|
||||||
|
|||||||
Reference in New Issue
Block a user