Skip to content

Commit

Permalink
update app metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Mar 4, 2023
1 parent c1ca00a commit 6857f79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion application.fam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
App(
appid="FlipBIP",
name="BIP32/39/44 Tool",
name="FlipBIP Crypto Tool",
apptype=FlipperAppType.EXTERNAL,
entry_point="flipbip_app",
cdefines=["APP_FLIPBIP"],
Expand All @@ -12,4 +12,7 @@ App(
fap_icon="flipbip_10px.png",
fap_icon_assets="icons",
fap_category="Misc",
fap_description="Crypto toolkit for Flipper",
fap_author="Struan Clark",
fap_weburl="https://github.com/xtruan/FlipBIP",
)
2 changes: 1 addition & 1 deletion views/flipbip_startscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void flipbip_startscreen_draw(Canvas* canvas, FlipBipStartscreenModel* model) {
canvas_draw_icon(canvas, 1, 33, &I_Auth_62x31);

canvas_set_font(canvas, FontPrimary);
canvas_draw_str(canvas, 39, 11, "BIP32/39/44 Tool");
canvas_draw_str(canvas, 18, 11, "FlipBIP - BIP32/39/44");

canvas_set_font(canvas, FontSecondary);
//canvas_draw_str(canvas, 30, 23, "Crypto tools for Flipper");
Expand Down

0 comments on commit 6857f79

Please sign in to comment.