1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-19 18:05:21 +00:00

command: make change-list show changed option on OSD

This commit is contained in:
wm4 2018-01-24 04:38:20 +01:00 committed by Kevin Mitchell
parent 0d359879c9
commit d8b013d458

View File

@ -4946,6 +4946,7 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re
"Failed setting option: '%s'", name); "Failed setting option: '%s'", name);
return -1; return -1;
} }
show_property_osd(mpctx, name, on_osd);
break; break;
} }