diff --git a/parts/scenes/history.lua b/parts/scenes/history.lua index 37e5357e..cde4e164 100644 --- a/parts/scenes/history.lua +++ b/parts/scenes/history.lua @@ -1,13 +1,8 @@ local scene={} -local inited - function scene.sceneInit() BG.set("cubes") - if not inited then - inited=true - WIDGET.active.texts:setTexts(require"parts.updateLog") - end + WIDGET.active.texts:setTexts(require"parts.updateLog") if newVersionLaunch then newVersionLaunch=false end