From b1d5158975f0edf35ca59bf327b4c23b024474fb Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:26:48 +0000 Subject: [PATCH] Pokemon: Rename app to fit screen --- pokemon_trading/application.fam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemon_trading/application.fam b/pokemon_trading/application.fam index df45b6250..b1006eca5 100644 --- a/pokemon_trading/application.fam +++ b/pokemon_trading/application.fam @@ -1,6 +1,6 @@ App( appid="pokemon", - name="[GB] Pokemon Trade Tool", + name="[GB] Pokemon Trading", apptype=FlipperAppType.EXTERNAL, entry_point="pokemon_app", requires=["gui"],