mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-17 20:19:43 -07:00
icons fix
This commit is contained in:
@@ -7,7 +7,7 @@ App(
|
||||
fap_category="Tools",
|
||||
fap_icon="hid_usb_10px.png",
|
||||
fap_icon_assets="assets",
|
||||
fap_icon_assets_symbol="Bluetooth_Remote",
|
||||
fap_icon_assets_symbol="hid",
|
||||
)
|
||||
|
||||
|
||||
@@ -20,5 +20,5 @@ App(
|
||||
fap_category="Tools",
|
||||
fap_icon="hid_ble_10px.png",
|
||||
fap_icon_assets="assets",
|
||||
fap_icon_assets_symbol="Bluetooth_Remote",
|
||||
fap_icon_assets_symbol="hid",
|
||||
)
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "../hid.h"
|
||||
#include "hid_icons.h"
|
||||
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
#include "hid_icons.h"
|
||||
#define TAG "HidKeyboard"
|
||||
|
||||
struct HidKeyboard {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <gui/elements.h>
|
||||
#include "../hid.h"
|
||||
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
#include "hid_icons.h"
|
||||
|
||||
#define TAG "HidKeynote"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <gui/elements.h>
|
||||
#include "../hid.h"
|
||||
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
#include "hid_icons.h"
|
||||
|
||||
#define TAG "HidMedia"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <gui/elements.h>
|
||||
#include "../hid.h"
|
||||
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
#include "hid_icons.h"
|
||||
|
||||
#define TAG "HidMouse"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "../hid.h"
|
||||
#include <gui/elements.h>
|
||||
|
||||
#include "Bluetooth_Remote_icons.h"
|
||||
#include "hid_icons.h"
|
||||
|
||||
#define TAG "HidTikTok"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user