diff options
Diffstat (limited to 'wasp/apps/clock.py')
| -rw-r--r-- | wasp/apps/clock.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wasp/apps/clock.py b/wasp/apps/clock.py index 5c7854d..cdf465e 100644 --- a/wasp/apps/clock.py +++ b/wasp/apps/clock.py @@ -59,6 +59,11 @@ class ClockApp(): """Periodic callback to update the display.""" self._draw() + def preview(self): + """Provide a preview for the watch face selection.""" + wasp.system.bar.clock = False + self._draw(True) + def _draw(self, redraw=False): """Draw or lazily update the display. |
