This commit is contained in:
RogueMaster
2022-10-28 10:56:51 -04:00
parent e8c0278b95
commit 4d0239ddcb
6 changed files with 2 additions and 0 deletions

View File

@@ -11,4 +11,5 @@ App(
order=10, order=10,
fap_icon="pomodoro_timer.png", fap_icon="pomodoro_timer.png",
fap_category="Tools", fap_category="Tools",
fap_icon_assets="icons",
) )

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -1,5 +1,6 @@
#include "pomodoro.h" #include "pomodoro.h"
#include <notification/notification_messages.h> #include <notification/notification_messages.h>
#include <Pomodoro_Timer_icons.h>
#define TAG "PomodoroApp" #define TAG "PomodoroApp"