From 5d5df85e8bee5c31200da555d19fdab6b7467112 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:37:45 +0200 Subject: [PATCH] Update main.lua --- Basalt/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Basalt/main.lua b/Basalt/main.lua index 7cdbf9d..cfae473 100644 --- a/Basalt/main.lua +++ b/Basalt/main.lua @@ -205,6 +205,7 @@ local basalt = {} basalt = { setTheme = setTheme, getTheme = getTheme, + stopUpdate = stop, getVersion = function() return version end,