1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 10:02:17 +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:
Christoph Heinrich 2024-04-09 15:22:45 +02:00 committed by Kacper Michajłow
parent 0d250892ba
commit 58eae25fbf

View File

@ -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