add unload module command

This commit is contained in:
gb 2023-05-24 08:44:59 +08:00
parent 374c440897
commit 886befed81
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ namespace callback
static void unint_ui(void) static void unint_ui(void)
{ {
if (close_ui) if (close_ui)
close_ui(UI_INDICATOR | UI_SETTING | UI_MSG_BOX); close_ui(UI_UNLOAD_MODULE);
choose_scanner = NULL; choose_scanner = NULL;
apply_current_config = NULL; apply_current_config = NULL;
show_setting_ui = NULL; show_setting_ui = NULL;