fixed audio rendering

This commit is contained in:
2026-01-14 07:02:32 +11:00
parent 30835a506e
commit 2355520366
3 changed files with 66 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ from ui.widgets.project_settings import ProjectSettings
class AppUI(App):
def __init__(self):
super().__init__()
self.zoom_level = 0.1
self.zoom_level = 0.05
def compose(self) -> ComposeResult:
yield Sidebar()