From 25142698a66cfe7aa66d72c2f57d9b3d7834ff4a Mon Sep 17 00:00:00 2001 From: Willy-JL Date: Sun, 12 Feb 2023 04:20:07 +0000 Subject: [PATCH] Mark debug app as debug not external --- applications/debug/example_custom_font/application.fam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/debug/example_custom_font/application.fam b/applications/debug/example_custom_font/application.fam index 02285b8a0..06c0a7f61 100644 --- a/applications/debug/example_custom_font/application.fam +++ b/applications/debug/example_custom_font/application.fam @@ -1,7 +1,7 @@ App( appid="example_custom_font", name="Example: custom font", - apptype=FlipperAppType.EXTERNAL, + apptype=FlipperAppType.DEBUG, entry_point="example_custom_font_main", requires=["gui"], stack_size=1 * 1024,