diff --git a/application.fam b/application.fam index 98257407a24..8f9b757a95b 100644 --- a/application.fam +++ b/application.fam @@ -8,7 +8,6 @@ App( fap_icon_assets="icons", fap_category="Sub-Ghz", fap_version="1.2", - fap_libs=["assets"], fap_author="leedave", fap_weburl="https://github.com/leedave/flipper-zero-meal-pager", fap_description="This app triggers restaurant pagers in a brute force manner, useful to test if devices are still functional.", diff --git a/helpers/gui/int_input.h b/helpers/gui/int_input.h index 87d5bee5cad..9393c336028 100644 --- a/helpers/gui/int_input.h +++ b/helpers/gui/int_input.h @@ -1,6 +1,6 @@ /** * @file int_input.h - * GUI: Integer keyboard view module API + * GUI: Integer string keyboard view module API */ #pragma once diff --git a/helpers/subghz/subghz_types.h b/helpers/subghz/subghz_types.h index e71c22dd564..1afb6b6c9db 100644 --- a/helpers/subghz/subghz_types.h +++ b/helpers/subghz/subghz_types.h @@ -69,19 +69,6 @@ typedef enum { SubGhzLockOn, } SubGhzLock; -typedef enum { - SubGhzViewIdMenu, - SubGhzViewIdReceiver, - SubGhzViewIdPopup, - SubGhzViewIdTextInput, - SubGhzViewIdWidget, - SubGhzViewIdTransmitter, - SubGhzViewIdVariableItemList, - SubGhzViewIdFrequencyAnalyzer, - SubGhzViewIdReadRAW, - -} SubGhzViewId; - /** SubGhz load type file */ typedef enum { SubGhzLoadTypeFileNoLoad, diff --git a/icons/KeyBackspaceSelected_16x9.png b/icons/KeyBackspaceSelected_16x9.png new file mode 100644 index 00000000000..7cc0759a8ca Binary files /dev/null and b/icons/KeyBackspaceSelected_16x9.png differ diff --git a/icons/KeyBackspace_16x9.png b/icons/KeyBackspace_16x9.png new file mode 100644 index 00000000000..9946232d953 Binary files /dev/null and b/icons/KeyBackspace_16x9.png differ diff --git a/icons/KeySaveSelected_24x11.png b/icons/KeySaveSelected_24x11.png new file mode 100644 index 00000000000..eeb3569d3ac Binary files /dev/null and b/icons/KeySaveSelected_24x11.png differ diff --git a/icons/KeySave_24x11.png b/icons/KeySave_24x11.png new file mode 100644 index 00000000000..e7dba987a04 Binary files /dev/null and b/icons/KeySave_24x11.png differ