Update GUI more frequently

This commit is contained in:
Casey 2023-10-20 04:06:29 +03:00
parent 18de04bfc1
commit 55ce35743e
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ function()
term.setTextColor(mplayer.colors.status)
term.setCursorPos(tw - #timeString + 1, th)
term.write(timeString)
os.sleep(0.1)
os.sleep(0.05)
end
end,
function()