mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 04:08:35 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
@@ -10,6 +10,6 @@ App(
|
||||
fap_icon="icons/passgen_icon.png",
|
||||
fap_icon_assets="icons",
|
||||
fap_author="@anakod & @henrygab",
|
||||
fap_version="1.1",
|
||||
fap_version="1.2",
|
||||
fap_description="Simple password generator",
|
||||
)
|
||||
|
||||
3
applications/external/passgen/passgen.c
vendored
3
applications/external/passgen/passgen.c
vendored
@@ -5,7 +5,8 @@
|
||||
#include <input/input.h>
|
||||
#include <notification/notification_messages.h>
|
||||
#include <stdlib.h>
|
||||
#include "passgen_icons.h"
|
||||
#include <passgen_icons.h>
|
||||
|
||||
#include <assets_icons.h>
|
||||
|
||||
#define PASSGEN_MAX_LENGTH 16
|
||||
|
||||
Reference in New Issue
Block a user