Skip to content

Commit

Permalink
New Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Jun 16, 2024
1 parent ae4097d commit 0ccb606
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ App(
fap_category="NFC",
fap_author="@acegoal07",
fap_weburl="https://github.com/acegoal07/FlipperZero_NFC_Playlist/tree/main",
fap_version="2.2",
fap_icon="assets/icon.png",
fap_version="2.3",
fap_icon_assets="assets",
fap_icon="assets/Playlist_10px.png",
fap_private_libs=[
Lib(
name="emulation_worker",
Expand Down
File renamed without changes
Binary file added assets/Playlist_10px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion nfc_playlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <string.h>

#include <assets_icons.h>
#include "nfc_playlist_icons.h"

#include <gui/gui.h>
#include <gui/view_dispatcher.h>
Expand Down
2 changes: 1 addition & 1 deletion scenes/nfc_playlist_scene_playlist_select.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void nfc_playlist_playlist_select_scene_on_enter(void* context) {
PLAYLIST_LOCATION,
true,
true,
&I_unknown_10px,
&I_Playlist_10px,
true);
file_browser_set_callback(nfc_playlist->file_browser, nfc_playlist_playlist_select_menu_callback, nfc_playlist);
FuriString* tmp_str = furi_string_alloc_set_str(PLAYLIST_LOCATION);
Expand Down

0 comments on commit 0ccb606

Please sign in to comment.