saving and creating new files

This commit is contained in:
2026-07-28 15:46:23 +10:00
parent 44aa152295
commit 2e80aa7553
3 changed files with 103 additions and 26 deletions

View File

@@ -62,12 +62,7 @@ class HomePage(Vertical):
}
}
"""
@on(EffectLabel.EffectFinished)
def restart_effect(self):
self.banner_label.run_worker(self.banner_label.run_effect, exclusive=True)
def compose(self):
with Horizontal(id="banner"):
yield Rule()