mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 01:52:19 +00:00
stats.lua: fix scrolling for page 2
Scrolling for page 2 was disabled in 777f69bee8
but the keys were still bound, so this was clearly a mistake.
This commit is contained in:
parent
0d250892ba
commit
58eae25fbf
@ -1096,7 +1096,7 @@ local function vo_stats()
|
||||
add_header(header)
|
||||
append_perfdata(header, content, true, true)
|
||||
header = {table.concat(header)}
|
||||
return finalize_page(header, content, false)
|
||||
return finalize_page(header, content, true)
|
||||
end
|
||||
|
||||
local kbinfo_lines = nil
|
||||
|
Loading…
Reference in New Issue
Block a user