Release 1.0.1

This commit is contained in:
2026-07-07 17:17:28 +02:00
parent 5c40968fcc
commit ac678e8dce
7 changed files with 46 additions and 21 deletions

View File

@@ -50,7 +50,7 @@ class GaugeRenderer:
def __init__(self, state: GaugeState) -> None:
self.state = state
self.layers = DrawLayers()
self.layers: DrawLayers = DrawLayers()
self._scheduled = False
def render(self) -> None: