testing multiple tracks

This commit is contained in:
2026-01-14 13:04:38 +11:00
parent 506d3c8749
commit d757b839d7
5 changed files with 15 additions and 16 deletions

View File

@@ -9,8 +9,6 @@ from ui.widgets.project_settings import ProjectSettings
class AppUI(App):
CSS_PATH = "../assets/style.tcss"
theme = "atom-one-dark"
def __init__(self, project):
super().__init__()
self.zoom_level = 0.05