Asset packs in FAPs + cleanup unused icons

This commit is contained in:
Willy-JL
2023-06-29 02:03:32 +02:00
parent 3cbf932bd1
commit 8f37a6a79d
237 changed files with 268 additions and 85 deletions

View File

@@ -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",
)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -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>