| 12345678910111213141516171819 |
- commit 628f089c420e4a79d6e8134ea5934b3661678669
- Author: WillyJL <willy.leslie@icloud.com>
- Date: Mon Feb 13 04:10:36 2023 +0000
- Mark debug app as debug not external (#2387)
- 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,
|