Explorar o código

Mark debug app as debug not external (#2387)

WillyJL %!s(int64=2) %!d(string=hai) anos
pai
achega
628f089c42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      applications/debug/example_custom_font/application.fam

+ 1 - 1
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,