From 628f089c420e4a79d6e8134ea5934b3661678669 Mon Sep 17 00:00:00 2001 From: WillyJL Date: Mon, 13 Feb 2023 04:10:36 +0000 Subject: [PATCH] Mark debug app as debug not external (#2387) --- 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 02285b8a..06c0a7f6 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,