From f6cb62be6d98569cedc371eb960085124234f401 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 18 Nov 2014 20:35:56 +0100 Subject: [PATCH] (Settings) Bind action_ok for video_refresh_rate_auto --- menu/menu_entries_cbs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu/menu_entries_cbs.c b/menu/menu_entries_cbs.c index 40f4352bc0..f9b73a84fd 100644 --- a/menu/menu_entries_cbs.c +++ b/menu/menu_entries_cbs.c @@ -2093,6 +2093,8 @@ static int menu_entries_cbs_init_bind_ok_first(menu_file_list_cbs_t *cbs, cbs->action_ok = action_ok_restart_content; else if (!strcmp(label, "take_screenshot")) cbs->action_ok = action_ok_screenshot; + else if (!strcmp(label, "video_refresh_rate_auto")) + cbs->action_ok = action_ok_file_path; else switch (type) {