Skip to content

Commit

Permalink
refactor: show cache info stats page on cache_info click
Browse files Browse the repository at this point in the history
  • Loading branch information
Samillion authored Jan 13, 2025
1 parent 4836dda commit 32ea384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modernz.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ local function osc_init()
end
ne.tooltip_style = osc_styles.tooltip
ne.tooltipF = (user_opts.tooltip_hints and cache_enabled()) and locale.cache or ""
ne.eventresponder["mbtn_left_up"] = function() mp.command("script-binding stats/display-page-5") end
ne.eventresponder["mbtn_left_up"] = function() mp.command("script-binding stats/display-page-3") end

--seekbar
ne = new_element("seekbar", "slider")
Expand Down

0 comments on commit 32ea384

Please sign in to comment.