瀏覽代碼

Mark debug app as debug not external (#2387)

WillyJL 3 年之前
父節點
當前提交
628f089c42
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,