summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 81f1c58d55..5bb8a8b1fc 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1880,6 +1880,7 @@ static bool dbg_tagcache_info(void)
1880 simplelist_info_init(&info, "Database Info", 8, NULL); 1880 simplelist_info_init(&info, "Database Info", 8, NULL);
1881 info.action_callback = database_callback; 1881 info.action_callback = database_callback;
1882 info.hide_selection = true; 1882 info.hide_selection = true;
1883 info.timeout = TIMEOUT_NOBLOCK;
1883 tagcache_screensync_enable(true); 1884 tagcache_screensync_enable(true);
1884 return simplelist_show_list(&info); 1885 return simplelist_show_list(&info);
1885} 1886}