fix mousejacker gui

This commit is contained in:
MX
2022-09-21 22:29:42 +03:00
parent 28a55bf576
commit bea15134ba
2 changed files with 14 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ typedef struct {
bool ducky_err;
bool addr_err;
bool is_thread_running;
bool is_ducky_running;
bool close_thread_please;
Storage* storage;
FuriThread* mjthread;