saving and creating new files
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user