implemented basic top bar

This commit is contained in:
Ken Van Hoeylandt
2024-01-02 23:47:49 +01:00
parent e0fc80ca64
commit f6c547ad45
16 changed files with 105 additions and 16 deletions
+2
View File
@@ -4,6 +4,8 @@
#include "apps/services/loader/loader.h"
static void on_button_click(lv_event_t _Nonnull* event) {
UNUSED(event);
FURI_RECORD_TRANSACTION(RECORD_LOADER, Loader*, loader, {
loader_start_app_nonblocking(loader, "systeminfo", NULL);
})