plugins - Add PLUGIN_GOTO_ROOT - lua add PLUGIN_GOTO_ROOT and PLUGIN_ERROR

Change-Id: I018f68685877700571aa7687428cfdda436a0294
This commit is contained in:
William Wilgus 2025-12-05 11:57:40 -05:00
parent 7b7d9a384a
commit 32edbd430d
5 changed files with 11 additions and 1 deletions

View file

@ -808,6 +808,10 @@ static int load_plugin_screen(char *key)
}
continue;
}
else if (ret == PLUGIN_GOTO_ROOT)
{
ret_val = GO_TO_ROOT;
}
else
{
ret_val = GO_TO_PREVIOUS;