Merge pull request #8 from JavaCafe01/master

Fixes flash focus bug
This commit is contained in:
Nooo37 2020-11-25 07:58:51 +01:00 committed by GitHub
commit 0f72fe4fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ local flashfocus = function(c)
}
g:connect_signal("timeout", function()
if not c.valid then return end
if q >= 1 then
c.opacity = 1
g:stop()