From 30a23fdd6de8fb46e7b1349126a9ae6921cf7555 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 11 Nov 2021 00:05:29 -0500 Subject: folder_select.c move to plugin as db_folder_select handles the folder selection for autoresume paths and database paths folder_select uses the pluginbuf to build the directory tree hopefully having it as a plugin will make it stop corrupting TSR plugins like battery_bench and announce_status I left the original include and source in the gui directory for now there are currently no other users.. Change-Id: If40ccb5a2bec4286a0616c10dfa7e1479a592808 --- apps/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 6ca0488e06..e1b7c69f96 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -393,6 +393,7 @@ struct plugin_api { void (*simplelist_info_init)(struct simplelist_info *info, char* title, int count, void* data); bool (*simplelist_show_list)(struct simplelist_info *info); + bool (*yesno_pop)(const char* text); /* action handling */ int (*get_custom_action)(int context,int timeout, -- cgit v1.2.3