BadKB ask to migrate badusb folder + show loading

This commit is contained in:
Willy-JL
2023-11-28 00:27:41 +00:00
parent e0fa360640
commit 4f8e80b0a4
4 changed files with 51 additions and 6 deletions

View File

@@ -23,5 +23,8 @@ typedef enum {
BadKbAppViewWork,
BadKbAppViewVarItemList,
BadKbAppViewByteInput,
BadKbAppViewTextInput
BadKbAppViewTextInput,
BadKbAppViewLoading,
} BadKbAppView;
void bad_kb_app_show_loading_popup(BadKbApp* app, bool show);