add nitro to g-extensionstore clients

This commit is contained in:
sirjonasxx 2022-02-10 18:10:45 +01:00
parent 47cbbf939c
commit 21ca3d92b9

View File

@ -78,7 +78,7 @@ public class StoreRepository {
}
public List<String> getClients() {
return Arrays.asList("Unity", "Flash");
return Arrays.asList("Unity", "Flash", "Nitro");
}
public List<String> getLanguages() {