Rearrange menu (#246)

* rearrange menu
This commit is contained in:
coreglitch
2020-11-18 12:39:10 +03:00
committed by GitHub
parent 6d7ecf9a44
commit f0bda07742
3 changed files with 198 additions and 103 deletions

View File

@@ -12,6 +12,8 @@
#include <string.h>
#include <assert.h>
#include "assets_icons.h"
#define MAX_TASK_RECORDS 8
#define MAX_RECORD_SUBSCRIBERS 8
@@ -85,6 +87,7 @@ typedef struct {
FlipperApplication app;
const char* name;
FlipperAppLibrary libs;
IconName icon;
} FlipperStartupApp;
// Init core