Przeglądaj źródła

change app type and category for music players

10697207+xMasterX@users.noreply.github.com 3 lat temu
rodzic
commit
d9138b89a6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      applications/plugins/subbrute/application.fam

+ 1 - 1
applications/plugins/subbrute/application.fam

@@ -1,7 +1,7 @@
 App(
     appid="subbrute",
     name="Sub-GHz Bruteforcer",
-    apptype=FlipperAppType.PLUGIN,
+    apptype=FlipperAppType.EXTERNAL,
     entry_point="subbrute_start",
     cdefines=["APP_SUB_BRUTE"],
     requires=["gui","dialogs"],