Skip to content

Commit f838294

Browse files
authored
Fix icon formatting in remote control mappings
1 parent 9b6ffa7 commit f838294

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* Mappings for various remote control units,
33
* exposing functional key variables
4-
* icon="\uf1ec
4+
* icon="\uf1ec"
55
*/
66

7-
//% color="#AA278D" weight=100 icon="\uf005"
7+
//% color="#AA278D" weight=100 icon="\uf005" block="_category_remote_control"
88
namespace remoteControl {
99
// generic colom/row coordinates
1010
// (some positions may not be present depending on model):

0 commit comments

Comments
 (0)