Asset packs in FAPs + cleanup unused icons
@@ -6,7 +6,6 @@ App(
|
||||
requires=["gui", "dialogs"],
|
||||
stack_size=2 * 1024,
|
||||
order=11,
|
||||
fap_icon="images/subbrute_10px.png",
|
||||
fap_icon="subbrute_10px.png",
|
||||
fap_category="Sub-GHz",
|
||||
fap_icon_assets="images",
|
||||
)
|
||||
|
||||
|
Before Width: | Height: | Size: 102 B |
|
Before Width: | Height: | Size: 102 B |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 97 B |
|
Before Width: | Height: | Size: 96 B |
|
Before Width: | Height: | Size: 90 B |
|
Before Width: | Height: | Size: 76 B |
|
Before Width: | Height: | Size: 79 B |
|
Before Width: | Height: | Size: 90 B |
@@ -1 +0,0 @@
|
||||
3
|
||||
|
Before Width: | Height: | Size: 299 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -16,7 +16,7 @@
|
||||
#include <gui/modules/widget.h>
|
||||
#include <gui/modules/loading.h>
|
||||
|
||||
#include "subghz_bruteforcer_icons.h"
|
||||
#include <assets_icons.h>
|
||||
|
||||
#include <dialogs/dialogs.h>
|
||||
|
||||
|
||||