Skip to content

Commit

Permalink
Update category, icons, dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikahil Ilin committed Apr 9, 2023
1 parent df0385a commit 208377f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
App(
appid="pomodoro",
name="Pomodoro Timer",
apptype=FlipperAppType.EXTERNAL,
name="Pomodoro Timer",
entry_point="pomodoro_app",
stack_size=1 * 1024,
cdefines=["APP_POMODORO"],
Expand All @@ -10,6 +10,6 @@ App(
],
order=10,
fap_icon="pomodoro_timer.png",
fap_category="Misc",
fap_category="Tools",
fap_icon_assets="assets",
)
Binary file modified dist/pomodoro.fap
Binary file not shown.
2 changes: 1 addition & 1 deletion pomodoro_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include <furi.h>
#include <furi_hal.h>
#include <gui/elements.h>
#include <assets_icons.h>
#include <notification/notification_messages.h>
#include "pomodoro_icons.h"

const NotificationSequence sequence_finish = {
&message_display_backlight_on,
Expand Down

0 comments on commit 208377f

Please sign in to comment.