tweaks + new screen savers

This commit is contained in:
kepler155c@gmail.com
2019-11-02 14:15:23 -06:00
parent 4ce86a9e5a
commit 7423176c52
4 changed files with 8 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ local function showScreenSaver()
})
end
kernel.hook({ 'mouse_up', 'mouse_drag', 'key_up' }, function()
kernel.hook({ 'mouse_up', 'mouse_drag', 'key_up', 'mouse_scroll' }, function()
if config.enabled then
if timer then
os.cancelTimer(timer)