Various fixes

fixes by Willy-JL
nfc parser by zacharyweiss
js widget and path globals by jamisonderek
This commit is contained in:
MX
2024-04-05 01:25:03 +03:00
parent 45e7913435
commit ec4b8b8f5e
14 changed files with 2137 additions and 8 deletions

View File

@@ -20,6 +20,7 @@
#include <loader/loader.h>
#include <notification/notification_app.h>
#include <toolbox/api_lock.h>
#define STATUS_BAR_Y_SHIFT 13
@@ -81,7 +82,7 @@ struct Desktop {
bool in_transition : 1;
FuriSemaphore* animation_semaphore;
FuriApiLock animation_lock;
};
Desktop* desktop_alloc(void);