Misc FAP Rename

This commit is contained in:
RogueMaster
2022-11-26 22:52:14 -05:00
parent 8e7c7e57c1
commit 381b190338
12 changed files with 12 additions and 12 deletions
@@ -1,5 +1,5 @@
App(
appid="hex_viewer",
appid="HEX_Viewer",
name="HEX Viewer",
apptype=FlipperAppType.EXTERNAL,
entry_point="hex_viewer_app",
+1 -1
View File
@@ -1,7 +1,7 @@
#include <furi.h>
#include <furi_hal.h>
#include <hex_viewer_icons.h>
#include <HEX_Viewer_icons.h>
#include <gui/gui.h>
#include <gui/elements.h>
#include <dialogs/dialogs.h>