http://kseti77xagomoqfzqnphxwhjjlfs2exj6b2fmr3sh6pk23tkcz5dseid.onion/git/mpv-scripts.git/commit/scripts/uosc/lib/menus.lua
'-remove', id) end + end + + ---@param event MenuEventActivate + local function handle_activate(event) + if event.value == '{load}' then + mp.command(event.action == 'download' and opts.download_command or opts.load_command) + else + if snd and (event.action == 'as_secondary' or event.modifiers == 'shift') then + local _, snd_track_index = get_props() + mp.commandv('set', snd.prop, event.value == snd_track_index and 'no' or event.value) + if snd.enable_prop then...