project serialization
This commit is contained in:
@@ -7,9 +7,11 @@ from ui.widgets.project_settings import ProjectSettings
|
||||
|
||||
|
||||
class AppUI(App):
|
||||
def __init__(self):
|
||||
def __init__(self, project):
|
||||
super().__init__()
|
||||
self.zoom_level = 0.05
|
||||
self.project = project
|
||||
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
yield Sidebar()
|
||||
|
||||
Reference in New Issue
Block a user