BLE Spam icon in app

This commit is contained in:
Willy-JL
2023-10-18 05:25:34 +01:00
parent dfc2309a3a
commit 93cf1433b9
2 changed files with 1 additions and 1 deletions

View File

@@ -204,7 +204,7 @@ static void draw_callback(Canvas* canvas, void* ctx) {
const Protocol* protocol = attack ? attack->protocol : NULL; const Protocol* protocol = attack ? attack->protocol : NULL;
canvas_set_font(canvas, FontSecondary); canvas_set_font(canvas, FontSecondary);
canvas_draw_icon(canvas, 4, 3, protocol ? protocol->icon : &I_ble); canvas_draw_icon(canvas, 4 - !protocol, 3, protocol ? protocol->icon : &I_ble_spam);
canvas_draw_str(canvas, 14, 12, "BLE Spam"); canvas_draw_str(canvas, 14, 12, "BLE Spam");
switch(state->index) { switch(state->index) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB