mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 08:08:35 -07:00
Consistent remote and playlist icon names
This commit is contained in:
@@ -6,7 +6,7 @@ App(
|
|||||||
requires=["storage", "gui", "dialogs", "subghz"],
|
requires=["storage", "gui", "dialogs", "subghz"],
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=14,
|
order=14,
|
||||||
fap_icon="playlist_10px.png",
|
fap_icon="subplaylist_10px.png",
|
||||||
fap_category="Sub-GHz",
|
fap_category="Sub-GHz",
|
||||||
fap_author="@darmiel",
|
fap_author="@darmiel",
|
||||||
fap_version="1.0",
|
fap_version="1.0",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
@@ -13,6 +13,6 @@ App(
|
|||||||
],
|
],
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
order=11,
|
order=11,
|
||||||
fap_icon="subghz_remote_10px.png",
|
fap_icon="subrem_10px.png",
|
||||||
fap_category="Sub-GHz",
|
fap_category="Sub-GHz",
|
||||||
)
|
)
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue
Block a user